lua_gc

Function lua_gc 

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