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