Skip to main content

CFStringGetCharacterFromInlineBuffer

Function CFStringGetCharacterFromInlineBuffer 

Source
pub unsafe fn CFStringGetCharacterFromInlineBuffer(
    buf: *mut CFStringInlineBuffer,
    idx: CFIndex,
) -> UniChar
Expand 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.