FLEncoder_WriteData

Function FLEncoder_WriteData 

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

Writes a binary data value (a blob) to an encoder. This can contain absolutely anything including null bytes. If the encoder is generating JSON, the blob will be written as a base64-encoded string.