pub unsafe fn SetupAdjustDiskSpaceListA<P0>(
    diskspace: *const c_void,
    driveroot: P0,
    amount: i64,
    reserved1: Option<*const c_void>,
    reserved2: u32
) -> Result<()>
where P0: IntoParam<PCSTR>,