lua_gc

Function lua_gc 

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