public SecKeychainRefByReference()

in src/main/java/org/jetbrains/nativecerts/mac/SecurityFramework.java [170:172]


        public SecKeychainRefByReference(SecKeychainRef value) {
            super(value.getPointer());
        }