pub unsafe extern "C-unwind" fn CFDataCreateMutableCopy(
allocator: Option<&CFAllocator>,
capacity: CFIndex,
the_data: Option<&CFData>,
) -> Option<CFRetained<CFMutableData>>👎Deprecated: renamed to
CFMutableData::new_copyAvailable on crate feature
CFData only.