pub unsafe fn TerminateProcess<P0>(hprocess: P0, uexitcode: u32) -> Result<()>
where P0: IntoParam<HANDLE>,