action
set creator of opaque-type-name to string-expression 
    
 set creator of can be used to dynamically set the external function that creates an instance of an
        opaque data type. The string-expression should evaluate to a valid external function name for
        the platform on which the program is executing. Any change will take effect the next time an instance of the
        opaque data type is created.