Function lua_gc

Source
pub unsafe extern "C-unwind" fn lua_gc(
    L: *mut lua_State,
    what: i32,
    ...
) -> i32