windows::Win32::System::Threading

Function GetThreadInformation

pub unsafe fn GetThreadInformation(
    hthread: HANDLE,
    threadinformationclass: THREAD_INFORMATION_CLASS,
    threadinformation: *mut c_void,
    threadinformationsize: u32,
) -> Result<()>