pub unsafe fn MsiGetProductPropertyA<P0, P1>(
    hproduct: P0,
    szproperty: P1,
    lpvaluebuf: PSTR,
    pcchvaluebuf: Option<*mut u32>
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCSTR>,