pub unsafe extern "C" fn CFDataCreate(
    allocator: CFAllocatorRef,
    bytes: *const u8,
    length: CFIndex
) -> CFDataRef