This crate provides low-level sys bindings for the native image module in OpenHarmony.
```shell
cargo add ohos-image-native-sys
```
Add this crate to your native module and import it from Rust code:
```rust
use ohos_image_native_sys as sys;
unsafe {
}
```
MIT OR Apache-2.0