[][src]Type Definition luajit::ffi::lua::lua_CFunction

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