pub unsafe fn CompactVirtualDisk<P0>(
    virtualdiskhandle: P0,
    flags: COMPACT_VIRTUAL_DISK_FLAG,
    parameters: Option<*const COMPACT_VIRTUAL_DISK_PARAMETERS>,
    overlapped: Option<*const OVERLAPPED>
) -> WIN32_ERROR
where P0: IntoParam<HANDLE>,