internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_rtengine__DCPProfile obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public static bool findInputProfile(string inProfile, SWIGTYPE_p_cmsHPROFILE embedded, string camName, SWIGTYPE_p_p_rtengine__DCPProfile dcpProf, SWIGTYPE_p_cmsHPROFILE arg4)
        {
            bool ret = libPhotoAssistantImageProcessingPINVOKE.RawImageSource_findInputProfile(inProfile, SWIGTYPE_p_cmsHPROFILE.getCPtr(embedded), camName, SWIGTYPE_p_p_rtengine__DCPProfile.getCPtr(dcpProf), SWIGTYPE_p_cmsHPROFILE.getCPtr(arg4));

            if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
            {
                throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }