Function openssl_sys::sendto

source ·
pub unsafe extern "system" fn sendto(
    s: usize,
    buf: *const i8,
    len: i32,
    flags: i32,
    to: *const sockaddr,
    tolen: i32
) -> i32