pub unsafe extern "C" fn LLVMStructGetTypeAtIndex( StructTy: *mut LLVMType, i: u32, ) -> *mut LLVMType
Get the type of the element at the given index in a structure.
Added in LLVM 3.7.