pub unsafe extern "C" fn wiredtiger_pack_uint(
ps: *mut WT_PACK_STREAM,
u: u64,
) -> c_intExpand description
Pack an unsigned integer into a packing stream.
@param ps the packing stream handle @param u an unsigned integer to pack @errors
pub unsafe extern "C" fn wiredtiger_pack_uint(
ps: *mut WT_PACK_STREAM,
u: u64,
) -> c_intPack an unsigned integer into a packing stream.
@param ps the packing stream handle @param u an unsigned integer to pack @errors