mz_crypt_aes_delete method

void mz_crypt_aes_delete(
  1. Pointer<Pointer<Void>> handle
)

Implementation

void mz_crypt_aes_delete(
  ffi.Pointer<ffi.Pointer<ffi.Void>> handle,
) {
  return _mz_crypt_aes_delete(
    handle,
  );
}