[][src]Function blend2d_sys::blPathGetClosestVertex

pub unsafe extern "C" fn blPathGetClosestVertex(
    self_: *const BLPathCore,
    p: *const BLPoint,
    maxDistance: f64,
    indexOut: *mut usize,
    distanceOut: *mut f64
) -> BLResult