pub unsafe fn RtlInitializeGenericTable(
    table: *mut RTL_GENERIC_TABLE,
    compareroutine: PRTL_GENERIC_COMPARE_ROUTINE,
    allocateroutine: PRTL_GENERIC_ALLOCATE_ROUTINE,
    freeroutine: PRTL_GENERIC_FREE_ROUTINE,
    tablecontext: Option<*const c_void>,
)