Hello, Lets say I want to keep around blocks of foreign memory but I need to clear them before I reuse them what would be the best way to do it? In C we could use memset() is there such an equivalent for CFFI? Thanks, Frank