pub unsafe fn GetExitCodeThread<P0>(
    hthread: P0,
    lpexitcode: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>,