pub unsafe extern "C" fn FLEncoder_WriteInt(
arg1: FLEncoder,
arg2: i64,
) -> boolExpand description
Writes an integer to an encoder. The parameter is typed as int64_t but you can pass any
integral type (signed or unsigned) except for huge uint64_ts.
The number will be written in a compact form that uses only as many bytes as necessary.