pub unsafe fn UpdatePrintDeviceObject<P0, P1>(
    hprinter: P0,
    hdeviceobject: P1
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,