pub unsafe extern "C" fn obs_property_list_item_disable(
    p: *mut obs_property_t,
    idx: size_t,
    disabled: bool
)