pub unsafe fn CFStringGetCharacterFromInlineBuffer(
buf: *mut CFStringInlineBuffer,
idx: CFIndex,
) -> UniCharExpand description
Returns a character from a CFStringInlineBuffer. Wraps CFStringGetCharacterFromInlineBuffer.
ยงSafety
buf must point to an initialized inline buffer created for the referenced string, and it must remain valid for the duration of the call.