pub unsafe extern "C-unwind" fn CFStringCreateWithBytes(
alloc: Option<&CFAllocator>,
bytes: *const u8,
num_bytes: CFIndex,
encoding: CFStringEncoding,
is_external_representation: bool,
) -> Option<CFRetained<CFString>>
Available on crate features
CFBase
and CFString
only.