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