pub unsafe fn RasSetCustomAuthDataW<P0, P1>(
    pszphonebook: P0,
    pszentry: P1,
    pbcustomauthdata: &[u8]
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,