I need a feature:
def ptr = typeof(void*); /* The same as
System.Type.GetType("System.Void*"), but with compile-time check, that
the target type exists */
It does not require to allow unsafe code in Nemerle, and will be used
only for reflection purposes.