pub unsafe extern "system" fn GetThreadSelectorEntry(
    hthread: HANDLE,
    dwselector: u32,
    lpselectorentry: *mut LDT_ENTRY
) -> BOOL
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"