Function SDL_memcmp

pub unsafe extern "C" fn SDL_memcmp(
    s1: *const c_void,
    s2: *const c_void,
    len: usize,
) -> i32
Available on crate feature dep_sdl2 only.