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