fd_sendmsg

Function fd_sendmsg 

Source
fn fd_sendmsg(
    fd: BorrowedFd<'_>,
    buffer: &[u8],
    fds: &[BorrowedFd<'_>],
) -> Result<usize>