Function read

Source
pub fn read(
    fd: usize,
    offset: isize,
    buf: &mut [u8],
) -> Result<usize, ErrorStatus>