Function windows::Win32::Storage::Vhd::MergeVirtualDisk
pub unsafe fn MergeVirtualDisk<P0>(
virtualdiskhandle: P0,
flags: MERGE_VIRTUAL_DISK_FLAG,
parameters: *const MERGE_VIRTUAL_DISK_PARAMETERS,
overlapped: Option<*const OVERLAPPED>,
) -> WIN32_ERRORwhere
P0: Param<HANDLE>,