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

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