pub unsafe fn RasGetEapUserIdentityA<P0, P1, P2>(
    pszphonebook: P0,
    pszentry: P1,
    dwflags: u32,
    hwnd: P2,
    ppraseapuseridentity: *mut *mut RASEAPUSERIDENTITYA
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<HWND>,