pub unsafe fn ExpandVirtualDisk<P0>(
    virtualdiskhandle: P0,
    flags: EXPAND_VIRTUAL_DISK_FLAG,
    parameters: *const EXPAND_VIRTUAL_DISK_PARAMETERS,
    overlapped: Option<*const OVERLAPPED>
) -> WIN32_ERROR
where P0: IntoParam<HANDLE>,