Function CFStringCreateWithPascalString

Source
pub unsafe extern "C-unwind" fn CFStringCreateWithPascalString(
    alloc: Option<&CFAllocator>,
    p_str: *const c_char,
    encoding: CFStringEncoding,
) -> Option<CFRetained<CFString>>
Available on crate features CFBase and CFString only.
Expand description
  • Immutable string creation functions **