UdpSocket_sendTo

Function UdpSocket_sendTo 

Source
pub unsafe extern "C" fn UdpSocket_sendTo(
    self_: UdpSocket,
    address: *const c_char,
    port: c_int,
    msg: *mut u8,
    msgSize: c_int,
) -> bool