pub unsafe fn RasEntryDlgW<P0, P1>(
    lpszphonebook: P0,
    lpszentry: P1,
    lpinfo: *mut RASENTRYDLGW
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,