Function libc::sendto
pub unsafe extern "C" fn sendto(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int, addr: *const sockaddr, addrlen: socklen_t) -> ::ssize_t
The portability is definied by:
#[cfg(not(all(libc_cfg_target_vendor, target_arch = "powerpc", target_vendor =
"nintendo")))]