pub type NativeArkWeb_OnJavaScriptProxyCallback = Option<unsafe extern "C" fn(argv: *mut *const c_char, argc: i32) -> *mut c_char>;Expand description
@brief Defines the javascript proxy callback of the web component.
@since 11
Aliased Type§
pub enum NativeArkWeb_OnJavaScriptProxyCallback {
None,
Some(unsafe extern "C" fn(*mut *const i8, i32) -> *mut i8),
}