public static extern void Baselib_Memory_SetPageState(IntPtr addressOfFirstPage, UInt64 pageSize, UInt64 pageCount, Baselib_Memory_PageState pageState, Baselib_ErrorState *errorState);
 public static extern Baselib_Memory_PageAllocation Baselib_Memory_AllocatePages(UInt64 pageSize, UInt64 pageCount, UInt64 alignmentInMultipleOfPageSize, Baselib_Memory_PageState pageState, Baselib_ErrorState *errorState);