pub unsafe fn MsiSummaryInfoGetPropertyCount<P0>(
    hsummaryinfo: P0,
    puipropertycount: *mut u32
) -> u32
where P0: IntoParam<MSIHANDLE>,