CFURLGetByteRangeForComponent

Function CFURLGetByteRangeForComponent 

Source
pub unsafe extern "C-unwind" fn CFURLGetByteRangeForComponent(
    url: &CFURL,
    component: CFURLComponentType,
    range_including_separators: *mut CFRange,
) -> CFRange
👎Deprecated: renamed to CFURL::byte_range_for_component
Available on crate feature CFURL only.