Function pread

Source
pub unsafe extern "C" fn pread(
    fd: c_int,
    buf: *mut c_void,
    len: size_t,
    offs: off_t,
) -> ssize_t