[][src]Function winapi::um::wingdi::SetViewportOrgEx

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