pub unsafe fn DtcGetTransactionManagerExW<P0, P1>(
    i_pwszhost: P0,
    i_pwsztmname: P1,
    i_riid: *const GUID,
    i_grfoptions: u32,
    i_pvconfigparams: *mut c_void,
    o_ppvobject: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,