pub unsafe extern "C-unwind" fn luaL_alloc( L: *mut lua_State, ptr: *mut c_void, osize: usize, nsize: usize, ) -> *mut c_void
lua55