pub fn copy(dst: *mut u8, src: *const u8, size: usize) -> Result<()>
Copy memory between host and device