pub unsafe extern "system" fn RtlInitializeGenericTable(
    table: *mut RTL_GENERIC_TABLE,
    compareroutine: PRTL_GENERIC_COMPARE_ROUTINE,
    allocateroutine: PRTL_GENERIC_ALLOCATE_ROUTINE,
    freeroutine: PRTL_GENERIC_FREE_ROUTINE,
    tablecontext: *const c_void,
)