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.
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
Read from a file. May read less than specified len.