pub unsafe extern "C" fn LLVMSetValueName(
    Val: LLVMValueRef,
    Name: *const c_char
)
👎Deprecated since 7.0: Use LLVMSetValueName2 instead