Function libuv_sys2::uv_accept

source ·
pub unsafe extern "C" fn uv_accept(
    server: *mut uv_stream_t,
    client: *mut uv_stream_t
) -> c_int