pub unsafe extern "C" fn LLVMBuildMemSet(
B: LLVMBuilderRef,
Ptr: LLVMValueRef,
Val: LLVMValueRef,
Len: LLVMValueRef,
Align: c_uint,
) -> LLVMValueRefExpand description
Creates and inserts a memset to the specified pointer and the specified value.
@see llvm::IRRBuilder::CreateMemSet()