Public Function string encodex (ref string pchar) LIBRARY "passwd.dll" ALIAS FOR "Encodex;Ansi"
Public Function string unencodex (ref string pchar) LIBRARY "passwd.dll" ALIAS FOR "UnEncodex;Ansi"我要把上面代码变成delphi代码,都是外部dll调用中用的,怎么变?