pub unsafe extern "C" fn OCTTransformBounds(
    hCT: OGRCoordinateTransformationH,
    xmin: f64,
    ymin: f64,
    xmax: f64,
    ymax: f64,
    out_xmin: *mut f64,
    out_ymin: *mut f64,
    out_xmax: *mut f64,
    out_ymax: *mut f64,
    densify_pts: c_int
) -> c_int