Function sendmsg

pub unsafe extern "C" fn sendmsg(
    fd: i32,
    msg: *const msghdr,
    flags: i32,
) -> isize
Available on crate feature dep_sdl2 only.