Function blPathCubicTo

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