init(data:size:)
Creates a compilation options structure from the specified opaque compilation options object.
Declaration
init(data: UnsafeMutableRawPointer?, size: Int)Parameters
- data:
A pointer to opaque compilation options object.
- size:
The size, in bytes, of the opaque compilation options object.