mz_crypt_hmac_reset method

void mz_crypt_hmac_reset(
  1. Pointer<Void> handle
)

Implementation

void mz_crypt_hmac_reset(
  ffi.Pointer<ffi.Void> handle,
) {
  return _mz_crypt_hmac_reset(
    handle,
  );
}