[][src]Function proj_sys::proj_area_set_bbox

pub unsafe extern "C" fn proj_area_set_bbox(
    area: *mut PJ_AREA,
    west_lon_degree: f64,
    south_lat_degree: f64,
    east_lon_degree: f64,
    north_lat_degree: f64
)