pub unsafe extern "C" fn aws_server_bootstrap_new(
    allocator: *mut aws_allocator,
    el_group: *mut aws_event_loop_group
) -> *mut aws_server_bootstrap
Expand description

Initializes the server bootstrap with allocator and el_group. This object manages listeners, server connections, and channels.