
package org.python.modules.jffi;

public interface Pointer {
    DirectMemory getMemory();
}
