Function windows::Win32::Graphics::Gdi::ScaleViewportExtEx
pub unsafe fn ScaleViewportExtEx<P0>(
hdc: P0,
xn: i32,
dx: i32,
yn: i32,
yd: i32,
lpsz: Option<*mut SIZE>,
) -> BOOLwhere
P0: Param<HDC>,