pub unsafe fn TerminateThread<P0>(hthread: P0, dwexitcode: u32) -> Result<()>
where P0: IntoParam<HANDLE>,