(MemorySegment buf, int size, int rwflag, MemorySegment userdata)
| 37 | */ |
| 38 | public interface Function { |
| 39 | int apply(MemorySegment buf, int size, int rwflag, MemorySegment userdata); |
| 40 | } |
| 41 | |
| 42 | private static final FunctionDescriptor $DESC = FunctionDescriptor.of(openssl_h.C_INT, openssl_h.C_POINTER, |
no outgoing calls