pub unsafe fn MsiEnumFeaturesA<P0>(
    szproduct: P0,
    ifeatureindex: u32,
    lpfeaturebuf: PSTR,
    lpparentbuf: PSTR
) -> u32
where P0: IntoParam<PCSTR>,