pub unsafe extern "C" fn sarraySplitString(
    sa: *mut SARRAY,
    str_: *const c_char,
    separators: *const c_char
) -> l_int32