pub fn new_move_vm( natives: NativeFunctionTable, protocol_config: &ProtocolConfig, _enable_profiler: Option<PathBuf>, ) -> Result<MoveVM, SuiError>