pub unsafe extern "system" fn RtlInitializeGenericTable(
    Table: PRTL_GENERIC_TABLE,
    CompareRoutine: PRTL_GENERIC_COMPARE_ROUTINE,
    AllocateRoutine: PRTL_GENERIC_ALLOCATE_ROUTINE,
    FreeRoutine: PRTL_GENERIC_FREE_ROUTINE,
    TableContext: PVOID
)