pub unsafe fn EapHostPeerGetEncryptedPassword<P0>(
    dwsizeofpassword: u32,
    szpassword: P0,
    ppszencpassword: *mut PWSTR
) -> u32
where P0: IntoParam<PCWSTR>,