pub trait CallbackProxyObjBase { type Api: VMApi; // Required method fn new_cb_proxy_obj() -> Self; }