function unmarshal_struct_array
Swift
func unmarshal_struct_array<T>(buffer: UnsafeRawPointer, offset: Int, count: Int, elementSize: Int, unmarshalElement: (UnsafeRawPointer, Int) -> T) -> [T]
Decodes a fixed-size array of messages. Used by generated code.
nprpc_swift/Sources/NPRPC/Marshalling.swift:202