pub unsafe extern "C" fn LLVMStructGetTypeAtIndex(
StructTy: LLVMTypeRef,
i: c_uint,
) -> LLVMTypeRef
Expand description
Get the type of the element at the given index in a structure.
Added in LLVM 3.7.
pub unsafe extern "C" fn LLVMStructGetTypeAtIndex(
StructTy: LLVMTypeRef,
i: c_uint,
) -> LLVMTypeRef
Get the type of the element at the given index in a structure.
Added in LLVM 3.7.