pub fn stack_function_inst_call(
    state: &AbstractState,
    function_index: FunctionInstantiationIndex
) -> Result<AbstractState, VMError>