Function LLVMBuildStructGEP

Source
pub unsafe extern "C" fn LLVMBuildStructGEP(
    B: *mut LLVMBuilder,
    Pointer: *mut LLVMValue,
    Idx: u32,
    Name: *const i8,
) -> *mut LLVMValue