pub unsafe extern "C" fn read(
    fd: i32,
    buf: *mut u8,
    count: size_t
) -> ssize_t
Expand description

Read from a file descriptor