pub unsafe fn MsiEnumClientsW<P0>(
    szcomponent: P0,
    iproductindex: u32,
    lpproductbuf: PWSTR
) -> u32
where P0: IntoParam<PCWSTR>,