Function lua_isfunction

Source
pub unsafe fn lua_isfunction(L: *mut lua_State, n: i32) -> i32
Available on crate feature mlua only.