Function windows::Win32::System::Threading::QueryUmsThreadInformation
pub unsafe fn QueryUmsThreadInformation(
umsthread: *const c_void,
umsthreadinfoclass: UMS_THREAD_INFO_CLASS,
umsthreadinformation: *mut c_void,
umsthreadinformationlength: u32,
returnlength: Option<*mut u32>,
) -> Result<()>