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