#[repr(C)]pub struct ArkUI_ContextCallback {
pub userData: *mut c_void,
pub callback: Option<unsafe extern "C" fn(userData: *mut c_void)>,
}Available on crate feature
api-12 only.Expand description
Defines the event callback type.
Available since API-level: 12
Fields§
§userData: *mut c_voidCustom type.
callback: Option<unsafe extern "C" fn(userData: *mut c_void)>Event callback.