Function emojicode_sys::Emojicode_executeCallableExtern [] [src]

pub unsafe extern "C" fn Emojicode_executeCallableExtern(
    callable: *mut Emojicode_Object,
    args: *mut Emojicode_Value,
    argsSize: usize,
    thread: *mut Emojicode_Thread,
    destination: *mut Emojicode_Value
)

You can use this function to call a callable object. It’s internally Garbage-Collector safe.