pub unsafe extern "C" fn lua_newuserdatadtor( L: *mut lua_State, sz: usize, dtor: Option<unsafe extern "C" fn(arg1: *mut c_void)>, ) -> *mut c_void