Function SetViewportOrgEx

Source
pub unsafe extern "system" fn SetViewportOrgEx(
    hdc: HDC,
    x: c_int,
    y: c_int,
    lppt: *mut POINT,
) -> BOOL