pub fn invoke_builtin_function(
    builtin_function: ProcessInstruction,
    invoke_context: &mut InvokeContext<'_>
) -> Result<u64, Box<dyn Error>>