[][src]Function uring_sys::io_uring_prep_connect

pub unsafe extern "C" fn io_uring_prep_connect(
    sqe: *mut io_uring_sqe,
    fd: c_int,
    addr: *mut sockaddr,
    addrlen: socklen_t
)