pub unsafe extern "C" fn contains_substring( str_: *const c_char, str_len: usize, search: *const c_char, ) -> bool