Remove-fgl-primitive
Deregister a primitive function for use in FGL.
This is invoked as follows:
(remove-fgl-primitive trigger-fn primitive-fn)
This invocation removes the entry in the fgl-rewrite-rules table that
allows primitive-fn to be used in symbolic interpretation of
trigger-fn invocations, preventing the use of primitive-fn.