windows::Win32::System::Hypervisor

Function FindSavedStateSymbolFieldInType

pub unsafe fn FindSavedStateSymbolFieldInType<P2, P3>(
    vmsavedstatedumphandle: *mut c_void,
    vpid: u32,
    typename: P2,
    fieldname: P3,
    offset: *mut u32,
    found: *mut BOOL,
) -> Result<()>
where P2: Param<PCSTR>, P3: Param<PCWSTR>,