pub unsafe fn MsiEnumRelatedProductsW<P0>(
    lpupgradecode: P0,
    dwreserved: u32,
    iproductindex: u32,
    lpproductbuf: PWSTR
) -> u32
where P0: IntoParam<PCWSTR>,