pub unsafe extern "C" fn ends_with( str_: *const c_char, str_length: usize, value: *const c_char, ) -> bool