pub unsafe extern "C" fn ui_hslider( id: *const c_char, value: *mut f32, min: f32, max: f32, step: f32, width: f32, confirm_method: UiConfirm, notify_on: UiNotify, ) -> Bool32T