Function send

Source
pub unsafe extern "C" fn send(
    s: SOCKET,
    buf: *const c_char,
    len: c_int,
    flags: c_int,
) -> c_int