Function

unsafe_initialize(copying_bytes_from:count:)

Initializes the memory referenced by count consecutive bytewise copies of value.

Source
fun unsafe_initialize(
   copying_bytes_from source: Pointer<Pointee>,
   count: Int
)