[][src]Function uikit_sys::dispatch_block_create_with_qos_class

pub unsafe extern "C" fn dispatch_block_create_with_qos_class(
    flags: dispatch_block_flags_t,
    qos_class: dispatch_qos_class_t,
    relative_priority: c_int,
    block: dispatch_block_t
) -> dispatch_block_t