Function SDL_memcpy

pub unsafe extern "C" fn SDL_memcpy(
    dst: *mut c_void,
    src: *const c_void,
    len: usize,
) -> *mut c_void
Available on crate feature dep_sdl2 only.