windows::Win32::System::Hypervisor

Function HdvCreateGuestMemoryAperture

pub unsafe fn HdvCreateGuestMemoryAperture(
    requestor: *const c_void,
    guestphysicaladdress: u64,
    bytecount: u32,
    writeprotected: bool,
    mappedaddress: *mut *mut c_void,
) -> Result<()>