//! Bindings to the rawfile APIs
//!
//! ## Overview
//!
//! The OpenHarmony rawfile API allows the user to access so-called `rawfile`s that are bundled
//! into the `hap` bundle.
//!
//! You can use the APIs to traverse, open, search for, read, and close raw files.
//! The rawfile APIs are non-thread-safe. Only the close and open APIs are thread-safe.
//!
//! See also the [official rawfile documentation](https://docs.openharmony.cn/pages/v5.0/en/application-dev/reference/apis-localization-kit/rawfile.md).
//!
//!
//! ## Feature flags
extern "C"
pub use *;