pub unsafe extern "system" fn MsiGetPropertyA(
    hinstall: MSIHANDLE,
    szname: PCSTR,
    szvaluebuf: PSTR,
    pcchvaluebuf: *mut u32
) -> u32