pub unsafe fn PxeTrace<P0, P1>(
    hprovider: P0,
    severity: u32,
    pszformat: P1
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,