xila_string_get_length

Function xila_string_get_length 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_string_get_length( str: *const c_char, ) -> usize
Expand description

Get the length of a null-terminated string

ยงSafety

This function is unsafe because it dereferences raw pointers.