[][src]Function core_foundation_sys::url::CFURLCreateAbsoluteURLWithBytes

pub unsafe extern "C" fn CFURLCreateAbsoluteURLWithBytes(
    allocator: CFAllocatorRef,
    relativeURLBytes: *const u8,
    length: CFIndex,
    encoding: CFStringEncoding,
    baseURL: CFURLRef,
    useCompatibilityMode: Boolean
) -> CFURLRef