function marshal_optional_struct
Swift
func marshal_optional_struct<T>(buffer: FlatBuffer, offset: Int, value: T, marshalFunc: (FlatBuffer, Int) -> Void)
Encodes an optional message that is present. Used by generated code.
nprpc_swift/Sources/NPRPC/Marshalling.swift:237