pub unsafe extern "C" fn LLVMGetValueName2( Val: LLVMValueRef, Length: *mut usize, ) -> *const c_char
Obtain the string name of a value.
@see llvm::Value::getName()