GetTime
uefi_call_wrapper(RT->GetTime, 2, &t1, NULL);
uefi_call_wrapper(RT->GetTime, 2, &t2, NULL);
uefi_call_wrapper(RT->GetTime, 2, &t, NULL);
Status = RS->GetTime( &EfiTime, &Capabilities );
static efi_status GetTime(struct efi_tm *, struct efi_tmcap *);
.rt_gettime = GetTime,
.GetTime = ARCEMU_UNIMPL,
int32_t GetTime;
uefi_call_wrapper(RT->GetTime, 2, &t, NULL);