pub unsafe extern "C" fn get_shape_model_params(
ModelID: Hlong,
NumLevels: *mut Hlong,
AngleStart: *mut f64,
AngleExtent: *mut f64,
AngleStep: *mut f64,
ScaleMin: *mut f64,
ScaleMax: *mut f64,
ScaleStep: *mut f64,
Metric: *mut c_char,
MinContrast: *mut Hlong,
) -> Herror