(set-macro! 'symbol function) -> #f
Binds the given function to the symbol, and adds it to mosvm-syntax.
Example:
>> (set-macro! 'export (lambda any '(begin))) :: #f