SetViewportOrgEx

Function SetViewportOrgEx 

Source
pub unsafe extern "stdcall" fn SetViewportOrgEx(
    hdc: HDC,
    x: c_int,
    y: c_int,
    lppt: LPPOINT,
) -> BOOL