Function evil_janet::janet_call

source ·
pub unsafe extern "C-unwind" fn janet_call(
    fun: *mut JanetFunction,
    argc: i32,
    argv: *const Janet
) -> Janet