xila_string_span_complement

Function xila_string_span_complement 

Source
pub unsafe extern "C" fn xila_string_span_complement(
    s: *const c_char,
    reject: *const c_char,
) -> usize
Expand description

Get length of initial segment of string that consists of reject characters

ยงSafety

This function is unsafe because it dereferences raw pointers.