pub unsafe extern "C" fn obs_properties_add_int_slider(
    props: *mut obs_properties_t,
    name: *const c_char,
    description: *const c_char,
    min: c_int,
    max: c_int,
    step: c_int
) -> *mut obs_property_t