[][src]Function wasi_common::wasi::wasi_snapshot_preview1::fd_pread

pub fn fd_pread(
    ctx: &WasiCtx,
    memory: &dyn GuestMemory,
    fd: i32,
    iovs_ptr: i32,
    iovs_len: i32,
    offset: i64,
    nread_ptr: i32
) -> i32