Function LLVMRustSetTailCallKind

Source
pub(crate) extern "C" fn LLVMRustSetTailCallKind(
    CallInst: &Value,
    Kind: TailCallKind,
)