I get an API_NotifyElementType * returned by my ElementEventHandlerProc(const API_NotifyElementType *elemType) function
From there I need to get to a ModelerAPI::Element
I know I can get an API_Element from the API_NotifyElementType *, but that is not the object type I need (unless I can get from API_Element to ModelerAPI::Element)