pub type obs_task_handler_t = Option<unsafe extern "C" fn(task: obs_task_t, param: *mut c_void, wait: bool)>;
Aliased Type§
pub enum obs_task_handler_t {
None,
Some(unsafe extern "C" fn(Option<unsafe extern "C" fn(*mut c_void)>, *mut c_void, bool)),
}