pub unsafe extern "C" fn aws_event_loop_group_release(
    el_group: *mut aws_event_loop_group
)
Expand description

Decrements an event loop group’s ref count. When the ref count drops to zero, the event loop group will be destroyed.