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