[][src]Function blend2d_sys::blPathSmoothCubicTo

pub unsafe extern "C" fn blPathSmoothCubicTo(
    self_: *mut BLPathCore,
    x2: f64,
    y2: f64,
    x3: f64,
    y3: f64
) -> BLResult