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