pub unsafe extern "C" fn FLEncoder_WriteString(
arg1: FLEncoder,
arg2: FLString,
) -> boolExpand 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.