xila_string_get_length

Function xila_string_get_length 

Source
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.