ffi.Pointer<ffi.Char> crypt( ffi.Pointer<ffi.Char> arg0, ffi.Pointer<ffi.Char> arg1, ) { return _crypt(arg0, arg1); }