Type Definition lua52_sys::lua_CFunction[][src]

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