xcomponent-sys 0.3.5

Raw Bindings to the `xcomponent` API of OpenHarmony
Documentation
// automatically generated by rust-bindgen 0.71.1

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unused)]

/// Successful.
pub const OH_NATIVEXCOMPONENT_RESULT_SUCCESS: _bindgen_ty_13 = 0;
/// Failed.
pub const OH_NATIVEXCOMPONENT_RESULT_FAILED: _bindgen_ty_13 = -1;
/// Invalid parameters.
pub const OH_NATIVEXCOMPONENT_RESULT_BAD_PARAMETER: _bindgen_ty_13 = -2;
/// Enumerates the API access states.
///
///
/// Available since API-level: 8
///
/// Version: 1.0
pub type _bindgen_ty_13 = ::core::ffi::c_int;