pub type CFRunLoopTimerCallBack = Option<unsafe extern "C" fn(timer: CFRunLoopTimerRef, info: *mut c_void)>;Expand description
Apple SDK type alias CFRunLoopTimerCallBack.
Aliased Type§
pub enum CFRunLoopTimerCallBack {
None,
Some(unsafe extern "C" fn(*mut __CFRunLoopTimer, *mut c_void)),
}