Function simics_api_sys::bindings::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
extract a slice of a frags_t

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.

None Cell Context frags_extract_8, frags_extract, frags_extract_alloc, frags_extract_slice_alloc