pub unsafe fn MsiEnumClientsA<P0>(
    szcomponent: P0,
    iproductindex: u32,
    lpproductbuf: PSTR
) -> u32
where P0: IntoParam<PCSTR>,