[][src]Function blend2d_sys::blPathSetVertexAt

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