pub unsafe extern "C" fn SymCryptGcmValidateParameters(
    pBlockCipher: PCSYMCRYPT_BLOCKCIPHER,
    cbNonce: SIZE_T,
    cbAssociatedData: UINT64,
    cbData: UINT64,
    cbTag: SIZE_T
) -> SYMCRYPT_ERROR