pub unsafe extern "system" fn RtlInitializeGenericTableAvl(
    Table: PRTL_AVL_TABLE,
    CompareRoutine: PRTL_AVL_COMPARE_ROUTINE,
    AllocateRoutine: PRTL_AVL_ALLOCATE_ROUTINE,
    FreeRoutine: PRTL_AVL_FREE_ROUTINE,
    TableContext: PVOID
)