new_evm_with_existing_context

Function new_evm_with_existing_context 

pub fn new_evm_with_existing_context<'a>(
    ctx: Context<BlockEnv, TxEnv, CfgEnv, &'a mut dyn DatabaseExt<Error = DatabaseError>>,
    inspector: &'a mut dyn InspectorExt,
) -> FoundryEvm<'a, &'a mut dyn InspectorExt>