pub unsafe extern "C" fn dispatch_queue_set_specific(
queue: dispatch_queue_t,
key: *const c_void,
context: *mut c_void,
destructor: dispatch_function_t,
)Expand description
Apple SDK function dispatch_queue_set_specific.
pub unsafe extern "C" fn dispatch_queue_set_specific(
queue: dispatch_queue_t,
key: *const c_void,
context: *mut c_void,
destructor: dispatch_function_t,
)Apple SDK function dispatch_queue_set_specific.