pub unsafe extern "C" fn GEOSDelaunayTriangulation_r(
    handle: GEOSContextHandle_t,
    g: *const GEOSGeometry,
    tolerance: c_double,
    onlyEdges: c_int
) -> *mut GEOSGeometry