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