udmf-sys 0.1.3

Raw Bindings to the Unified Data Management Framework (UDMF) of OpenHarmony
Documentation
1
2
3
4
//! Provides uniform type descriptor (UTD) related functions and struct.
#[path = "utd/utd_ffi.rs"]
mod utd_ffi;
pub use utd_ffi::*;