pub unsafe extern "C-unwind" fn CFDataCreateMutableCopy(
allocator: Option<&CFAllocator>,
capacity: CFIndex,
the_data: Option<&CFData>,
) -> Option<CFRetained<CFMutableData>>
Available on crate features
CFBase
and CFData
only.