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型で解釈されます。
func getValue (UnsafeMutableRawPointer)
Copies the value into the specified buffer.
値をこの指定されたバッファにコピーします。