pub unsafe extern "C" fn obs_remove_tick_callback(
    tick: Option<unsafe extern "C" fn(param: *mut c_void, seconds: f32)>,
    param: *mut c_void
)