Function SDL_strcmp

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