pub unsafe fn ResizeVirtualDisk<P0>(
    virtualdiskhandle: P0,
    flags: RESIZE_VIRTUAL_DISK_FLAG,
    parameters: *const RESIZE_VIRTUAL_DISK_PARAMETERS,
    overlapped: Option<*const OVERLAPPED>
) -> WIN32_ERROR
where P0: IntoParam<HANDLE>,