pub unsafe extern "system" fn GdipSetRenderingOrigin(
    graphics: *mut GpGraphics,
    x: i32,
    y: i32
) -> Status