pub unsafe fn RasGetEapUserIdentityW<P0, P1, P2>(
    pszphonebook: P0,
    pszentry: P1,
    dwflags: u32,
    hwnd: P2,
    ppraseapuseridentity: *mut *mut RASEAPUSERIDENTITYW,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<HWND>,