private static MethodHandle bindInitCallSite(RoboCallSite site) {
   MethodHandle mh = RobolectricInternals.getShadowCreator(site.getCaller());
   return bindWithFallback(mh, site, BIND_INIT_CALL_SITE);
 }