pub unsafe fn MsiGetPropertyA<P0, P1>(
    hinstall: P0,
    szname: P1,
    szvaluebuf: PSTR,
    pcchvaluebuf: Option<*mut u32>
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>,