pub(crate) fn fd_renumber_internal( ctx: &mut FunctionEnvMut<'_, WasiEnv>, from: Fd, to: Fd, ) -> Result<Errno, WasiError>