pub unsafe extern "C" fn CFStringAppendCharacters(
theString: CFMutableStringRef,
chars: *const UniChar,
numChars: CFIndex,
)Expand description
Apple SDK function CFStringAppendCharacters.
pub unsafe extern "C" fn CFStringAppendCharacters(
theString: CFMutableStringRef,
chars: *const UniChar,
numChars: CFIndex,
)Apple SDK function CFStringAppendCharacters.