Function windows::Win32::Graphics::Gdi::OffsetViewportOrgEx
pub unsafe fn OffsetViewportOrgEx<P0>(
hdc: P0,
x: i32,
y: i32,
lppt: Option<*mut POINT>,
) -> BOOLwhere
P0: Param<HDC>,