Type Definition dispatch_function_t
uikit_sys
type dispatch_function_t = Option<unsafe extern "C" fn(arg1: *mut c_void)>;