ffi.Pointer<ffi.Int8> crypt( ffi.Pointer<ffi.Int8> __key, ffi.Pointer<ffi.Int8> __salt, ) { return _crypt( __key, __salt, ); }