public static ExperimentConfig configureHelper(
     SWIGTYPE_p_void hDevice, ExperimentConfig request) {
   long cPtr =
       NativeBridgeJNI.configureHelper(
           SWIGTYPE_p_void.getCPtr(hDevice), ExperimentConfig.getCPtr(request), request);
   return (cPtr == 0) ? null : new ExperimentConfig(cPtr, false);
 }
 public static int SensDev_configure(
     SWIGTYPE_p_void hDevice, ExperimentConfig request, SWIGTYPE_p_p_ExperimentConfig response) {
   return NativeBridgeJNI.SensDev_configure(
       SWIGTYPE_p_void.getCPtr(hDevice),
       ExperimentConfig.getCPtr(request),
       request,
       SWIGTYPE_p_p_ExperimentConfig.getCPtr(response));
 }