Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Generated with cbindgen:0.28.0 */
/* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen. See RunCbindgen.py */
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
namespace mozilla {
namespace psm {
namespace abridged_certs {
extern "C" {
bool certs_are_available();
nsresult decompress(const uint8_t *input,
uintptr_t input_len,
uint8_t *output,
uintptr_t output_len,
uintptr_t *used_len);
} // extern "C"
} // namespace abridged_certs
} // namespace psm
} // namespace mozilla