pub unsafe extern "C" fn obs_property_float_set_limits(
    p: *mut obs_property_t,
    min: f64,
    max: f64,
    step: f64
)