pub unsafe extern "C" fn CFStringGetBytes(
string: CFStringRef,
range: CFRange,
encoding: CFStringEncoding,
loss_byte: UInt8,
is_external_representation: Boolean,
buffer: *mut UInt8,
max_buf_len: CFIndex,
used_buf_len: *mut CFIndex,
) -> CFIndex