pub unsafe fn PxeProviderRegister<P0, P1, P2>(
    pszprovidername: P0,
    pszmodulepath: P1,
    index: u32,
    biscritical: P2,
    phproviderkey: Option<*mut HKEY>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<BOOL>,