pub async fn read_iobuf<B: AsIoBufs + Unpin + 'static>(
    desc: &Arc<SafeDescriptor>,
    buf: B,
    offset: Option<u64>
) -> (Result<usize>, B)