Function intersection_contours_xld

Source
pub unsafe extern "C" fn intersection_contours_xld(
    Contour1: Hobject,
    Contour2: Hobject,
    IntersectionType: *const c_char,
    Row: *mut f64,
    Column: *mut f64,
    IsOverlapping: *mut Hlong,
) -> Herror