mz_crypt_aes_set_mode method

void mz_crypt_aes_set_mode(
  1. Pointer<Void> handle,
  2. int mode
)

Implementation

void mz_crypt_aes_set_mode(
  ffi.Pointer<ffi.Void> handle,
  int mode,
) {
  return _mz_crypt_aes_set_mode(
    handle,
    mode,
  );
}