Function libc::sendmmsg [] [src]

pub unsafe extern "C" fn sendmmsg(
    sockfd: c_int,
    msgvec: *mut mmsghdr,
    vlen: c_uint,
    flags: c_int
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io