Skip to main content

CFURLCreateAbsoluteURLWithBytes

Function CFURLCreateAbsoluteURLWithBytes 

Source
pub unsafe extern "C" fn CFURLCreateAbsoluteURLWithBytes(
    alloc: CFAllocatorRef,
    relativeURLBytes: *const UInt8,
    length: CFIndex,
    encoding: CFStringEncoding,
    baseURL: CFURLRef,
    useCompatibilityMode: Boolean,
) -> CFURLRef
Expand description

Apple SDK function CFURLCreateAbsoluteURLWithBytes.