[][src]Function sdl2_sys::SDL_memset

pub unsafe extern "C" fn SDL_memset(
    dst: *mut c_void,
    c: c_int,
    len: size_t
) -> *mut c_void