Function rustc_llvm::LLVMRustStringWriteImpl
source · #[no_mangle]
pub unsafe extern "C" fn LLVMRustStringWriteImpl(
sr: &RustString,
ptr: *const c_char,
size: size_t
)
Expand description
Appending to a Rust string – used by RawRustStringOstream.