pub fn copy_to_user<T: 'static + Copy>(token: usize, src: *const T, dst: *mut T)
Expand description

Copy *src: T to user space. src is a pointer in kernel space, dst is a pointer in user space.