NAMING FORMAT === fixup functions === + fixup_type1_type2(...)
- type1 - is the type the fist parameter gets converted to
- type2 - is the type the second parameter gets converted to + if the parameter is missing, then use 'null' + if the parameter is not converted, then use 'none'
=== fixup free functions === + free_fixup_type1_type2(...)
- type1 and type2 are same as for fixup function
=== helper functions === + functions to be used internaly for fixup/free functions + fixup_type(...) + fixup_free_type(...)
- type - is the type of the parameter that gets converted to/freed