Function SDL_memset

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