pub unsafe extern "system" fn RtlInitializeGenericTableAvl(
    table: *mut RTL_AVL_TABLE,
    compareroutine: PRTL_AVL_COMPARE_ROUTINE,
    allocateroutine: PRTL_AVL_ALLOCATE_ROUTINE,
    freeroutine: PRTL_AVL_FREE_ROUTINE,
    tablecontext: *const c_void
)