Function windows_sys::Win32::Graphics::GdiPlus::GdipTransformPoints

pub unsafe extern "system" fn GdipTransformPoints(
    graphics: *mut GpGraphics,
    destspace: CoordinateSpace,
    srcspace: CoordinateSpace,
    points: *mut PointF,
    count: i32,
) -> Status