FLEncoder_WriteString

Function FLEncoder_WriteString 

Source
pub unsafe extern "C" fn FLEncoder_WriteString(
    arg1: FLEncoder,
    arg2: FLString,
) -> bool
Expand description

Writes a string to an encoder. The string must be UTF-8-encoded and must not contain any zero bytes. @warning Do not use this to write a dictionary key; use FLEncoder_WriteKey instead.