pub fn ui_draw_panel( x: usize, y: usize, width: usize, height: usize, title: &str, body: &str, theme: UiTheme, )
Performs the ui draw panel operation.