Function SDL_strncmp

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