Function windows_sys::Win32::Graphics::GdiPlus::GdipTransformPointsI
pub unsafe extern "system" fn GdipTransformPointsI(
graphics: *mut GpGraphics,
destspace: CoordinateSpace,
srcspace: CoordinateSpace,
points: *mut Point,
count: i32
) -> Status