Function spirv_reflect::ffi::memcpy

source ·
pub unsafe extern "C" fn memcpy(
    _Dst: *mut c_void,
    _Src: *const c_void,
    _Size: usize
) -> *mut c_void