Function windows::Win32::NetworkManagement::P2P::PeerIdentityExport

pub unsafe fn PeerIdentityExport<P0, P1>(
    pwzidentity: P0,
    pwzpassword: P1,
) -> Result<PWSTR>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,