lc_socket_send

Function lc_socket_send 

Source
pub unsafe extern "C" fn lc_socket_send(
    sock: *mut lc_socket_t,
    buf: *const c_void,
    len: usize,
    flags: c_int,
) -> isize