twizzler_rt_abi::bindings

Function twz_rt_fd_pread

source
pub unsafe extern "C-unwind" fn twz_rt_fd_pread(
    fd: descriptor,
    offset: optional_offset,
    buf: *mut c_void,
    len: usize,
    flags: io_flags,
) -> io_result
Expand description

Read from a file. May read less than specified len.