extern "C" fn handle_component_hierarchy_change<F>(
    callback_data: *mut lang_void,
    trigger_obj: *mut conf_object_t,
    top_level_component: *mut conf_object_t,
)
where F: FnMut(*mut conf_object_t, *mut conf_object_t) + 'static,
Expand description

The handler for HAPs of a specific type. Unboxes a boxed closure and calls it with the correct HAP callback arguments