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));
 }
 public static int SensDev_getCurrentConfig(
     SWIGTYPE_p_void hDevice, SWIGTYPE_p_p_ExperimentConfig current) {
   return NativeBridgeJNI.SensDev_getCurrentConfig(
       SWIGTYPE_p_void.getCPtr(hDevice), SWIGTYPE_p_p_ExperimentConfig.getCPtr(current));
 }