pub unsafe extern "C" fn av_strncasecmp(
    a: *const c_char,
    b: *const c_char,
    n: usize
) -> c_int
Expand description

Locale-independent case-insensitive compare. @note This means only ASCII-range characters are case-insensitive