Generic Initializer

init(_:)

Converts a typed UnsafeMutablePointer to an opaque C pointer. 型付けされたUnsafeMutablePointerを不透明Cポインタへと変換します。

Declaration 宣言

init<T>(_ from: UnsafeMutablePointer<T>)