Function windows::Win32::Graphics::Gdi::OffsetWindowOrgEx

pub unsafe fn OffsetWindowOrgEx<P0>(
    hdc: P0,
    x: i32,
    y: i32,
    lppt: Option<*mut POINT>,
) -> BOOL
where P0: Param<HDC>,