func copyBytes <DestinationType, R>( to: UnsafeMutableBufferPointer<DestinationType>, from: R) -> Int
Copies a range of the bytes from the type into a typed memory buffer.
その型からあるバイト範囲をある型付きメモリバッファにコピーします。
func copyBytes <R>(to: UnsafeMutableRawBufferPointer, from: R) -> Int
Copies a range of the bytes from the type into a raw memory buffer.
その型からあるバイト範囲をある生メモリバッファにコピーします。