pub unsafe fn MsiEnumRelatedProductsA<P0>(
    lpupgradecode: P0,
    dwreserved: u32,
    iproductindex: u32,
    lpproductbuf: PSTR
) -> u32
where P0: IntoParam<PCSTR>,