pub unsafe fn RasDialDlgW<P0, P1, P2>(
    lpszphonebook: P0,
    lpszentry: P1,
    lpszphonenumber: P2,
    lpinfo: *mut RASDIALDLG
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,