pub unsafe extern "C" fn obs_source_remove_active_child(
    parent: *mut obs_source_t,
    child: *mut obs_source_t
)
Expand description

Removes an active child source. Must be called by parent sources on child sources when the child is removed or inactive. This ensures that the source is properly deactivated if the parent is no longer active.