Function windows::Win32::Graphics::GdiPlus::GdipWarpPath

pub unsafe fn GdipWarpPath(
    path: *mut GpPath,
    matrix: *mut Matrix,
    points: *const PointF,
    count: i32,
    srcx: f32,
    srcy: f32,
    srcwidth: f32,
    srcheight: f32,
    warpmode: WarpMode,
    flatness: f32
) -> Status