[][src]Function enet_sys::sendto

pub unsafe extern "C" fn sendto(
    __fd: c_int,
    __buf: *const c_void,
    __n: usize,
    __flags: c_int,
    __addr: *const sockaddr,
    __addr_len: socklen_t
) -> isize