pub unsafe extern "C" fn aws_socket_init(
    socket: *mut aws_socket,
    alloc: *mut aws_allocator,
    options: *const aws_socket_options
) -> c_int
Expand description

Initializes a socket object with socket options. options will be copied.