namespace Ryujinx.OsHle.Ipc
{
    delegate long ServiceProcessRequest(ServiceCtx Context);
}