pub type NativeArkWeb_OnDestroyCallback = Option<unsafe extern "C" fn(arg1: *const c_char)>;Expand description
@brief Defines the destroy callback of the web component.
@since 11
Aliased Type§
pub enum NativeArkWeb_OnDestroyCallback {
None,
Some(unsafe extern "C" fn(*const i8)),
}