Function simics_api_sys::bindings::memcpy

source ยท
pub unsafe extern "C" fn memcpy(
    __dest: *mut c_void,
    __src: *const c_void,
    __n: c_ulong,
) -> *mut c_void
Expand description

Copy N bytes of SRC to DEST.