A_Set_EncryptionKey method

int A_Set_EncryptionKey(
  1. Pointer<Char> encryptionKey
)

Implementation

int A_Set_EncryptionKey(
  ffi.Pointer<ffi.Char> encryptionKey,
) {
  return _A_Set_EncryptionKey(
    encryptionKey,
  );
}