Type Definition td_clua::lua_CFunction [] [src]

type lua_CFunction = extern "C" fn(_: *mut lua_State) -> c_int;