Function av_strcasecmp

pub unsafe extern "C" fn av_strcasecmp(
    a: *const i8,
    b: *const i8,
) -> i32
Expand description

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