pub unsafe extern "system" fn ReadGuestPhysicalAddress(
    vmsavedstatedumphandle: *mut c_void,
    physicaladdress: u64,
    buffer: *mut c_void,
    buffersize: u32,
    bytesread: *mut u32,
) -> HRESULT