pub unsafe extern "system" fn HdvCreateGuestMemoryAperture(
    requestor: *const c_void,
    guestphysicaladdress: u64,
    bytecount: u32,
    writeprotected: BOOL,
    mappedaddress: *mut *mut c_void
) -> HRESULT
Expand description

Required features: "Win32_Foundation"