pub unsafe extern "C-unwind" fn lua_tocfunction( state: *mut _LuaState, idx: c_int, ) -> c_int
Converts a value at the given index to a C function. That value must be a C function; otherwise, returns NULL.