#[unsafe(no_mangle)]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.