public interface com.oracle.svm.truffle.nfi.NativeSignature$CifData extends org.graalvm.word.PointerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.svm.truffle.nfi.NativeSignature$CifData
  super_class: java.lang.Object
{
  public abstract com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_cif cif();
    descriptor: ()Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_cif;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CFieldAddress()

  public abstract com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type_array args();
    descriptor: ()Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type_array;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CFieldAddress()
}
SourceFile: "NativeSignature.java"
NestHost: com.oracle.svm.truffle.nfi.NativeSignature
InnerClasses:
  public abstract CifData = com.oracle.svm.truffle.nfi.NativeSignature$CifData of com.oracle.svm.truffle.nfi.NativeSignature
  public abstract ffi_cif = com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_cif of com.oracle.svm.truffle.nfi.libffi.LibFFI
  public abstract ffi_type_array = com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type_array of com.oracle.svm.truffle.nfi.libffi.LibFFI
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.CContext(value = Lcom/oracle/svm/truffle/nfi/libffi/LibFFIHeaderDirectives;)
      org.graalvm.nativeimage.c.struct.CStruct(value = "svm_cif_data")