pub unsafe fn SetStdHandle<P0>(
    nstdhandle: STD_HANDLE,
    hhandle: P0
) -> Result<()>
where P0: IntoParam<HANDLE>,