Function pread64

Source
pub unsafe extern "C" fn pread64(
    __fd: c_int,
    __buf: *mut c_void,
    __count: usize,
    __offset: off64_t,
) -> isize