SealdEncryptionSessionArray_New method

Pointer<NativeSealdEncryptionSessionArray> SealdEncryptionSessionArray_New()

SealdEncryptionSessionArray_New instantiates a new SealdEncryptionSessionArray.

@return The newly created SealdEncryptionSessionArray.

Implementation

ffi.Pointer<NativeSealdEncryptionSessionArray>
    SealdEncryptionSessionArray_New() {
  return _SealdEncryptionSessionArray_New();
}