Function LLVMGetParam

Source
#[no_mangle]
pub extern "C" fn LLVMGetParam(
    Fn: LLVMValueRef,
    Index: c_uint,
) -> LLVMValueRef