pub unsafe fn SetupAddInstallSectionToDiskSpaceListW<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: Param<PCWSTR>,