pub unsafe extern "system" fn MsiSummaryInfoSetPropertyW(
    hsummaryinfo: MSIHANDLE,
    uiproperty: u32,
    uidatatype: u32,
    ivalue: i32,
    pftvalue: *mut FILETIME,
    szvalue: PCWSTR
) -> u32
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing", "Win32_Foundation"