Type Alias mlua_sys::lua51::lua::lua_CFunction
source · pub type lua_CFunction = unsafe extern "C-unwind" fn(L: *mut lua_State) -> c_int;
Available on crate features
lua51
or luajit
only.Expand description
Type for native C functions that can be passed to Lua.