Initializer
init(type_punning:)
Creates an instance referring to the same address as p.
init<Other>(type_punning p: PointerToMutable<Other>)
Details
Note that dereferencing type-punned pointers will cause problems unless the rules for the unsafe[] subscript (which see) are followed.