Example: ```using null(t: Type) = reinterpretCast(@t, untypedPtrNull)``` They can be expanded as: ``` package _null(t: Type) using value = reinterpretCast(@t, untypedPtrNull) // null(t) is expanded into by _null(t).value ```