init(bytes: UnsafeRawPointer, objCType : UnsafePointer<CChar>)
Initializes a value object to contain the specified value, interpreted with the specified Objective-C type.
ある値オブジェクトを初期化して、指定されたObjective-C型で解釈される、この指定された値を含むようにします。
init(UnsafeRawPointer, withObjCType : UnsafePointer<CChar>)
Creates a value object containing the specified value, interpreted with the specified Objective-C type.
指定された値を含んでいる値オブジェクトを作成します、指定されたObjective-C型で解釈されます。
var objCType : UnsafePointer<CChar>
A C string containing the Objective-C type of the data contained in the value object.
値オブジェクトに含まれるデータのObjective-C型を含んでいるC文字列。