pub unsafe fn GetVirtualDiskOperationProgress<P0>(
    virtualdiskhandle: P0,
    overlapped: *const OVERLAPPED,
    progress: *mut VIRTUAL_DISK_PROGRESS
) -> WIN32_ERROR
where P0: IntoParam<HANDLE>,