// automatically generated by rust-bindgen 0.71.1
/// 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 = c_int;