pub unsafe extern "C-unwind" fn CFStringCreateMutable(
alloc: Option<&CFAllocator>,
max_length: CFIndex,
) -> Option<CFRetained<CFMutableString>>
Available on crate features
CFBase
and CFString
only.pub unsafe extern "C-unwind" fn CFStringCreateMutable(
alloc: Option<&CFAllocator>,
max_length: CFIndex,
) -> Option<CFRetained<CFMutableString>>
CFBase
and CFString
only.