pub unsafe fn SetThreadInformation<P0>(
    hthread: P0,
    threadinformationclass: THREAD_INFORMATION_CLASS,
    threadinformation: *const c_void,
    threadinformationsize: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,