pub unsafe extern "C" fn xila_string_span_complement(
s: *const c_char,
reject: *const c_char,
) -> usizeExpand description
Get length of initial segment of string that consists of reject characters
ยงSafety
This function is unsafe because it dereferences raw pointers.