[][src]Type Definition luajit2_sys::lua_CFunction

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