fn StoreCommands<AllocHT: Allocator<HuffmanTree>>(
mht: &mut AllocHT,
literals: &[u8],
num_literals: usize,
commands: &[u32],
num_commands: usize,
storage_ix: &mut usize,
storage: &mut [u8],
)
fn StoreCommands<AllocHT: Allocator<HuffmanTree>>(
mht: &mut AllocHT,
literals: &[u8],
num_literals: usize,
commands: &[u32],
num_commands: usize,
storage_ix: &mut usize,
storage: &mut [u8],
)