Function process

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