NTSTATUS __stdcall SmPageRead(_MM_STORE_KEY *Key, _MDL *Mdl, _KEVENT *Event, _IO_STATUS_BLOCK *IoStatus){
__int64 v5;
VOID *UniqueOwnerId;
__int64 v7;
union _SM_PAGE_KEY v9;
v9._bf_0 = 0;
SmKeyConvert(Key, &v9);
return SMKM_STORE_MGR::SmPageRead(v5, (unsigned int *)&v9, (unsigned __int64)Mdl, v7, UniqueOwnerId);
}