Function sdl2_sys::SDL_memcmp

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