Function windows::Win32::Graphics::GdiPlus::GdipAddPathBezier
pub unsafe fn GdipAddPathBezier(
path: *mut GpPath,
x1: f32,
y1: f32,
x2: f32,
y2: f32,
x3: f32,
y3: f32,
x4: f32,
y4: f32,
) -> Status