Function rustc_codegen_llvm::llvm::LLVMRustBuildMemMove
source ยท pub unsafe extern "C" fn LLVMRustBuildMemMove<'a>(
B: &Builder<'a>,
Dst: &'a Value,
DstAlign: c_uint,
Src: &'a Value,
SrcAlign: c_uint,
Size: &'a Value,
IsVolatile: bool,
) -> &'a Value