[][src]Function rustc_llvm_proxy::proxy::LLVMBuildMemSet

#[no_mangle]
pub unsafe extern "C" fn LLVMBuildMemSet(
    B: LLVMBuilderRef,
    Ptr: LLVMValueRef,
    Val: LLVMValueRef,
    Len: LLVMValueRef,
    Align: c_uint
) -> LLVMValueRef