dispatch_sync_f

Function dispatch_sync_f 

Source
pub unsafe extern "C" fn dispatch_sync_f(
    queue: *const DispatchQueue,
    ctx: *mut c_void,
    work: unsafe extern "C" fn(ctx: *mut c_void),
)