pub fn build_offload_read_resp(
transfer_length: u64,
token_id: &[u8; 16],
) -> Vec<u8> ⓘExpand description
Build an FSCTL_OFFLOAD_READ_OUTPUT ([MS-FSCC] §2.3.78) carrying the transfer
length and a data token whose TokenId embeds token_id.