[][src]Function wasi_common::old::snapshot_0::hostcalls::old_wasi_common_fd_pread

#[no_mangle]
pub unsafe extern "C" fn old_wasi_common_fd_pread(
    wasi_ctx: *const WasiCtx,
    memory: *mut u8,
    memory_len: usize,
    fd: __wasi_fd_t,
    iovs_ptr: uintptr_t,
    iovs_len: size_t,
    offset: __wasi_filesize_t,
    nread: uintptr_t
) -> __wasi_errno_t