Function blPathSetVertexAt

Source
pub unsafe extern "C" fn blPathSetVertexAt(
    self_: *mut BLPathCore,
    index: usize,
    cmd: u32,
    x: f64,
    y: f64,
) -> BLResult