[][src]Type Definition glua_sys::lua_CFunction

type lua_CFunction = Option<unsafe extern "C" fn(L: *mut lua_State) -> c_int>;