[][src]Function swim_c_sys::unistd::pread

pub unsafe extern "C" fn pread(
    fd: int,
    buf: *mut void,
    count: size_t,
    offset: off_t
) -> ssize_t