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