NTSTATUS __stdcall XSaveCHelper(INT64 RCX, INT64 a2){ NTSTATUS result; result = a2; __asm { xsavec byte ptr [rcx] } return result; }