#[unsafe(no_mangle)]pub extern "C" fn slint_interpreter_component_instance_invoke(
inst: &ErasedItemTreeBox,
name: Slice<'_, u8>,
args: Slice<'_, Box<Value>>,
) -> *mut ValueAvailable on crate feature
ffi only.Expand description
Invoke a callback or function. Returns raw boxed value on success and null ptr on failure.