c/c++ extensions and help()



Is there a way to make a c/c++ extension have a useful method
signature? Right now, help(myCFunc) shows up like:

myCFunc(...)
description of myCFunc

I'd like to be able to see:

myCFunc(myArg1, myArg2)
description of myCFunc


Is this currently possible?

Thanks,
Lenny G.

.