pub extern "C" fn send(
    fn_ptr: Option<&extern "C" fn(_: c_int, _: *const c_void, _: size_t, _: c_int) -> ssize_t>,
    socket: c_int,
    buf: *const c_void,
    len: size_t,
    flags: c_int
) -> ssize_t
Expand description

write