pub type CpuFn = fn(input: &[u8], output: &mut Vec<u8>);
Function pointer used by Category C descriptors.