pub unsafe fn SetupRemoveInstallSectionFromDiskSpaceListA<P0>(
    diskspace: *const c_void,
    infhandle: *const c_void,
    layoutinfhandle: Option<*const c_void>,
    sectionname: P0,
    reserved1: Option<*const c_void>,
    reserved2: u32
) -> Result<()>
where P0: IntoParam<PCSTR>,