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
#ifndef DOM_FS_PARENT_RUST_DATA_ENCODING_FFI_H_
#define DOM_FS_PARENT_RUST_DATA_ENCODING_FFI_H_
/* Generated with cbindgen:0.26.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 dom {
namespace fs {
extern "C" {
void base32encode(const nsACString *unencoded, nsCString *encoded);
} // extern "C"
} // namespace fs
} // namespace dom
} // namespace mozilla
#endif // DOM_FS_PARENT_RUST_DATA_ENCODING_FFI_H_