windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupAdjustDiskSpaceListW

pub unsafe fn SetupAdjustDiskSpaceListW<P1>(
    diskspace: *const c_void,
    driveroot: P1,
    amount: i64,
    reserved1: Option<*const c_void>,
    reserved2: Option<u32>,
) -> Result<()>
where P1: Param<PCWSTR>,