pub unsafe extern "C" fn CFStringAppendCString(
theString: CFMutableStringRef,
cStr: *const c_char,
encoding: CFStringEncoding,
)Expand description
Apple SDK function CFStringAppendCString.
pub unsafe extern "C" fn CFStringAppendCString(
theString: CFMutableStringRef,
cStr: *const c_char,
encoding: CFStringEncoding,
)Apple SDK function CFStringAppendCString.