pub unsafe fn MsiSummaryInfoSetPropertyA<P0, P1>(
    hsummaryinfo: P0,
    uiproperty: u32,
    uidatatype: u32,
    ivalue: i32,
    pftvalue: *mut FILETIME,
    szvalue: P1
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>,