callWithCountOut(element:_:)

Executes a kernel call that returns an array of a specified type.

Mach.swift:90
static func callWithCountOut<ArrayElement>(element: ArrayElement.Type, _ call: CountOutCallBlock<ArrayElement>) throws -> [ArrayElement] where ArrayElement : BitwiseCopyable