Function send

Source
pub unsafe extern "C" fn send(
    __fd: i32,
    __buf: *const c_void,
    __n: usize,
    __flags: i32,
) -> isize