pub unsafe extern "C" fn dispatch_source_set_registration_handler_f(
    source: *const DispatchSource,
    handler: Option<unsafe extern "C" fn(ctx: *mut c_void)>
)