pub unsafe extern "C" fn ove_timer_init(
timer: *mut ove_timer_t,
storage: *mut ove_timer_storage_t,
callback: ove_timer_fn,
user_data: *mut c_void,
period_ms: u32,
one_shot: i32,
) -> i32pub unsafe extern "C" fn ove_timer_init(
timer: *mut ove_timer_t,
storage: *mut ove_timer_storage_t,
callback: ove_timer_fn,
user_data: *mut c_void,
period_ms: u32,
one_shot: i32,
) -> i32