pub unsafe extern "system" fn GdipAddPathBeziers(
    path: *mut GpPath,
    points: *const PointF,
    count: i32
) -> Status