Function wasmer_wasix::syscalls::wasix::sock_recv::sock_recv_internal_handler
source ยท pub(super) fn sock_recv_internal_handler<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
res: Result<usize, Errno>,
ro_data_len: WasmPtr<M::Offset, M>,
ro_flags: WasmPtr<RoFlags, M>,
) -> Result<Errno, WasiError>