pub unsafe extern "C" fn xila_string_get_length_bounded(
str_: *const c_char,
maxlen: usize,
) -> usizeExpand description
Get the length of a null-terminated string with maximum length
ยงSafety
This function is unsafe because it dereferences raw pointers.