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