Function windows_sys::Win32::Graphics::GdiPlus::GdipCreatePathGradient
pub unsafe extern "system" fn GdipCreatePathGradient(
points: *const PointF,
count: i32,
wrapmode: WrapMode,
polygradient: *mut *mut GpPathGradient,
) -> Status