pub unsafe extern "C" fn C_SkPath_Polygon(
    uninitialized: *mut SkPath,
    pts: *const SkPoint,
    count: c_int,
    isClosed: bool,
    ft: SkPathFillType,
    isVolatile: bool
)