pub unsafe extern "C" fn aws_channel_new(
    allocator: *mut aws_allocator,
    creation_args: *const aws_channel_options
) -> *mut aws_channel
Expand description

Allocates new channel, Unless otherwise specified all functions for channels and channel slots must be executed within that channel’s event-loop’s thread. channel_options are copied.