pub unsafe fn UalRegisterProduct<P0, P1, P2>(
    wszproductname: P0,
    wszrolename: P1,
    wszguid: P2
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,