Function LLVMSetVolatile

Source
#[no_mangle]
pub extern "C" fn LLVMSetVolatile(
    MemoryAccessInst: LLVMValueRef,
    IsVolatile: LLVMBool,
)