Type Definition UserInPtr
kernel_hal::user
type UserInPtr<T> = UserPtr<T, In>;
impl<P: Policy> UserInPtr<IoVec<P>>
pub fn read_iovecs(&self, count: usize) -> Result<IoVecs<P>, Error>