pub unsafe fn MergeVirtualDisk<P0>(
    virtualdiskhandle: P0,
    flags: MERGE_VIRTUAL_DISK_FLAG,
    parameters: *const MERGE_VIRTUAL_DISK_PARAMETERS,
    overlapped: Option<*const OVERLAPPED>
) -> WIN32_ERROR
where P0: IntoParam<HANDLE>,