I am creating my own uint32 type and faced this function.
But my args are always of type my_int and one of the signed int types as postgres doesn't hava unsigned.
Could I use those functions in operations between those types?
I can't see a place for this, I don't know if I am missing something....