namespace ChocolArm64.Translation
{
    interface IILEmit
    {
        void Emit(ILEmitter context);
    }
}