Function simics_api_sys::frags_extract_slice
source ยท pub unsafe extern "C" fn frags_extract_slice(
buf: *const frags_t,
vdst: *mut c_void,
offset: usize,
len: usize,
)
Expand description
Copy a slice of size len, starting at offset
offset, of the contents of buf, to vdst. The destination buffer vdst should be able to contain at least len bytes.