Type Definition td_clua::lua_CFunction

source · []
pub type lua_CFunction = extern "C" fn(L: *mut lua_State) -> c_int;