Function SDL_memcmp

Source
pub unsafe extern "C" fn SDL_memcmp(
    s1: *const c_void,
    s2: *const c_void,
    len: usize,
) -> c_int