Function windows_sys::Win32::System::Hypervisor::HdvCreateGuestMemoryAperture
pub unsafe extern "system" fn HdvCreateGuestMemoryAperture(
requestor: *const c_void,
guestphysicaladdress: u64,
bytecount: u32,
writeprotected: BOOL,
mappedaddress: *mut *mut c_void,
) -> HRESULT