public static void CertCloseStore()

in src/main/java/org/jetbrains/nativecerts/win32/Crypt32ExtUtil.java [81:85]


    public static void CertCloseStore(WinCrypt.HCERTSTORE handle) {
        if (!Crypt32.INSTANCE.CertCloseStore(handle, 0)) {
            throw new IllegalStateException("CertCloseStore: " + Kernel32Util.formatMessage(Native.getLastError()));
        }
    }