Skip to main content

dispatch_data_create_subrange

Function dispatch_data_create_subrange 

Source
pub unsafe extern "C" fn dispatch_data_create_subrange(
    data: dispatch_data_t,
    offset: usize,
    length: usize,
) -> dispatch_data_t