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