pub unsafe extern "C" fn yyjson_mut_get_uint(
val: *mut yyjson_mut_val,
) -> u64Expand description
Returns the content and cast to uint64_t.
Returns 0 if val is NULL or type is not integer(sint/uint).
pub unsafe extern "C" fn yyjson_mut_get_uint(
val: *mut yyjson_mut_val,
) -> u64Returns the content and cast to uint64_t.
Returns 0 if val is NULL or type is not integer(sint/uint).