Skip to main content

FLEncoder_WriteUInt

Function FLEncoder_WriteUInt 

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

Writes an unsigned integer to an encoder. @note This function is only really necessary for huge 64-bit integers greater than or equal to 2^63, which can’t be represented as int64_t.