#[no_mangle]
pub unsafe extern "C" fn LLVMStructGetTypeAtIndex(
    StructTy: LLVMTypeRef,
    i: c_uint
) -> LLVMTypeRef