pub unsafe extern "C" fn lua_copy(
    L: *mut lua_State,
    fromidx: c_int,
    toidx: c_int
)