pub unsafe fn RtlEnumerateGenericTableLikeADirectory(
    table: *const RTL_AVL_TABLE,
    matchfunction: PRTL_AVL_MATCH_FUNCTION,
    matchdata: Option<*const c_void>,
    nextflag: u32,
    restartkey: *mut *mut c_void,
    deletecount: *mut u32,
    buffer: *const c_void,
) -> *mut c_void