pub(crate) unsafe extern "C" fn fibonacci( ecx: NonNull<EvmContext<'_>>, stack: NonNull<EvmStack>, stack_len: NonNull<usize>, ) -> InstructionResult