Function SetThreadInformation
pub unsafe extern "system" fn SetThreadInformation(
hthread: HANDLE,
threadinformationclass: THREAD_INFORMATION_CLASS,
threadinformation: *const c_void,
threadinformationsize: u32,
) -> BOOL