ExpLicUpdateChecksum

NTSTATUS __stdcall ExpLicUpdateChecksum(UINT8 *pbData, UINT64 *pChecksum, UINT64 *a3){
  NTSTATUS result; 

  result = 0;
  if( !pbData || !a3 )
    return -1073741811;
  *a3 = 0i64;
  return result;
}

Referenced by:

ExpGetLicenseTamperState
SLUpdateLicenseDataInternal
sub_14094D610