pub unsafe extern "C" fn xila_string_to_unsigned_long(
nptr: *const c_char,
endptr: *mut *mut c_char,
base: c_int,
) -> u64Expand description
Convert string to unsigned long
ยงSafety
This function is unsafe because it dereferences raw pointers.