pub(crate) fn fd_fdflags_set_internal(
    ctx: &mut FunctionEnvMut<'_, WasiEnv>,
    fd: Fd,
    flags: Fdflagsext,
) -> Result<Errno, WasiError>