dispatch_queue_create

Function dispatch_queue_create 

Source
pub unsafe extern "C" fn dispatch_queue_create(
    label: *const i8,
    qos: i32,
) -> *const c_void