Is there something similar to Asset Inputs for textures using COPs instead of geometry using SOPs?

I've seen that using HDK you can create your own COP operator but Houdini Engine uses HAPI that is a precompiled library that can't be extended. So I couldn't expose the parameters of the new COP operator into HAPI.h .

Any ideas?