FLEncoder_GetNextWritePos

Function FLEncoder_GetNextWritePos 

Source
pub unsafe extern "C" fn FLEncoder_GetNextWritePos(
    arg1: FLEncoder,
) -> usize
Expand description

Returns the byte offset in the encoded data where the next value will be written. (Due to internal buffering, this is not the same as FLEncoder_BytesWritten.)