mz_crypt_hmac_copy method

int mz_crypt_hmac_copy(
  1. Pointer<Void> src_handle,
  2. Pointer<Void> target_handle
)

Implementation

int mz_crypt_hmac_copy(
  ffi.Pointer<ffi.Void> src_handle,
  ffi.Pointer<ffi.Void> target_handle,
) {
  return _mz_crypt_hmac_copy(
    src_handle,
    target_handle,
  );
}