pub unsafe extern "system" fn MergeVirtualDisk(
    virtualdiskhandle: HANDLE,
    flags: MERGE_VIRTUAL_DISK_FLAG,
    parameters: *const MERGE_VIRTUAL_DISK_PARAMETERS,
    overlapped: *const OVERLAPPED
) -> WIN32_ERROR
Expand description

Required features: "Win32_Storage_Vhd", "Win32_Foundation", "Win32_System_IO"