Function av_strncasecmp
pub unsafe extern "C" fn av_strncasecmp(
a: *const i8,
b: *const i8,
n: usize,
) -> i32
Expand description
Locale-independent case-insensitive compare. @note This means only ASCII-range characters are case-insensitive