pub unsafe extern "C" fn xila_string_get_length( str_: *const c_char, ) -> usize
Get the length of a null-terminated string
This function is unsafe because it dereferences raw pointers.