Function SDL_strcasecmp

pub unsafe extern "C" fn SDL_strcasecmp(
    str1: *const i8,
    str2: *const i8,
) -> i32
Available on crate feature dep_sdl2 only.