pub unsafe fn MsiPreviewBillboardW<P0, P1, P2>(
    hpreview: P0,
    szcontrolname: P1,
    szbillboard: P2
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,