pub unsafe extern "C" fn SCIPstrncasecmp(
s1: *const c_char,
s2: *const c_char,
length: c_int,
) -> c_intExpand description
portable version of strncasecmp for case-insensitive comparison of two strings up to a given number of characters