pub unsafe extern "C-unwind" fn CFDataCreate(
allocator: Option<&CFAllocator>,
bytes: *const u8,
length: CFIndex,
) -> Option<CFRetained<CFData>>👎Deprecated: renamed to
CFData::newAvailable on crate feature
CFData only.