Skip to main content

CFStringCreateWithBytes

Function CFStringCreateWithBytes 

Source
pub unsafe extern "C" fn CFStringCreateWithBytes(
    alloc: CFAllocatorRef,
    bytes: *const u8,
    num_bytes: CFIndex,
    encoding: u32,
    is_external: bool,
) -> CFStringRef