fn is_aligned<V: IoVectorTrait>( bufv: &V, offset: u64, mem_align: usize, req_align: usize, ) -> bool
Check whether the given request is aligned.