Function sdl2_sys::SDL_strncmp

source ยท
pub unsafe extern "C" fn SDL_strncmp(
    str1: *const c_char,
    str2: *const c_char,
    maxlen: usize,
) -> c_int