Function lua_iscfunction

Source
pub unsafe extern "C-unwind" fn lua_iscfunction(
    L: *mut lua_State,
    idx: c_int,
) -> c_int
Expand description

Does the given index contain a value of type function which is a C function.