pub unsafe extern "C" fn FLEncoder_WriteValueAgain(
arg1: FLEncoder,
preWrittenValue: isize,
)Expand description
Writes another reference (a “pointer”) to an already-written value, given a reference previously returned from \ref FLEncoder_LastValueWritten. The effect is exactly the same as if you wrote the entire value again, except that the size of the encoded data only grows by 4 bytes.