register_extension_type
Description:
Register impl_type as an extension which implements extension_type.
Parameters:
| this |
Your plugin's ObjectModule. |
| exten_type |
The Type of the extension you implement. |
| impl_type |
The Type of your implementation of |