pub fn process<T>(code_ptr: usize, processor: T) -> usizewhere T: Fn(&str) -> Result<Vec<u8>, String>,