pub unsafe extern "C" fn CFURLCreateWithBytes(
    allocator: CFAllocatorRef,
    URLBytes: *const u8,
    length: CFIndex,
    encoding: CFStringEncoding,
    baseURL: CFURLRef
) -> CFURLRef