pub unsafe extern "C" fn dispatch_source_set_event_handler(
source: dispatch_source_t,
handler: dispatch_block_t,
)Expand description
Apple SDK function dispatch_source_set_event_handler.
pub unsafe extern "C" fn dispatch_source_set_event_handler(
source: dispatch_source_t,
handler: dispatch_block_t,
)Apple SDK function dispatch_source_set_event_handler.