internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BatchProcessingListener obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public static void startBatchProcessing(ProcessingJob job, BatchProcessingListener bpl, bool tunnelMetaData)
 {
     libPhotoAssistantImageProcessingPINVOKE.startBatchProcessing(ProcessingJob.getCPtr(job), BatchProcessingListener.getCPtr(bpl), tunnelMetaData);
 }