pub unsafe extern "C-unwind" fn CFDataCreate(
allocator: Option<&CFAllocator>,
bytes: *const u8,
length: CFIndex,
) -> Option<CFRetained<CFData>>
Available on crate features
CFBase
and CFData
only.pub unsafe extern "C-unwind" fn CFDataCreate(
allocator: Option<&CFAllocator>,
bytes: *const u8,
length: CFIndex,
) -> Option<CFRetained<CFData>>
CFBase
and CFData
only.