{@snippet lang = c : int OPENSSL_sk_num(const OPENSSL_STACK ) }
(MemorySegment x0)
| 966 | * } |
| 967 | */ |
| 968 | public static int OPENSSL_sk_num(MemorySegment x0) { |
| 969 | var mh$ = OPENSSL_sk_num.HANDLE; |
| 970 | try { |
| 971 | if (TRACE_DOWNCALLS) { |
| 972 | traceDowncall("OPENSSL_sk_num", x0); |
| 973 | } |
| 974 | return (int) mh$.invokeExact(x0); |
| 975 | } catch (Throwable ex$) { |
| 976 | throw new AssertionError("should not reach here", ex$); |
| 977 | } |
| 978 | } |
| 979 | |
| 980 | private static class OPENSSL_sk_value { |
| 981 | public static final FunctionDescriptor DESC = |
no test coverage detected