[]Function wasi_common_lucet::hostcalls::fd_read

pub fn fd_read(
    wasi_ctx: &mut WasiCtx,
    memory: &mut [u8],
    fd: u32,
    iovs_ptr: u32,
    iovs_len: u32,
    nread: u32
) -> u16