#ifndef _NTRTL_H
typedef _Function_class_(RTL_GENERIC_COMPARE_ROUTINE)
RTL_GENERIC_COMPARE_RESULTS NTAPI RTL_GENERIC_COMPARE_ROUTINE(
_In_ PRTL_GENERIC_TABLE Table,
_In_ PVOID FirstStruct,
_In_ PVOID SecondStruct
);
View code on GitHubNo description available.