pub async fn send_iobuf_with_fds<B: AsIoBufs + 'static>(
    desc: &Arc<SafeDescriptor>,
    buf: B,
    fds: &[RawFd]
) -> (Result<usize>, B)