pub unsafe extern "C" fn OGR_L_SetSpatialFilterRectEx(
    arg1: OGRLayerH,
    iGeomField: c_int,
    dfMinX: f64,
    dfMinY: f64,
    dfMaxX: f64,
    dfMaxY: f64
)