Function iscfunction

Source
pub unsafe extern "C" fn iscfunction(
    state: lua_State,
    index: i32,
) -> bool
Expand description

Returns true if the value at the given index is a C function, and true otherwise.