pub unsafe extern "C" fn LLVMGetInlineAsm(
Ty: LLVMTypeRef,
AsmString: *const c_char,
AsmStringSize: usize,
Constraints: *const c_char,
ConstraintsSize: usize,
HasSideEffects: LLVMBool,
IsAlignStack: LLVMBool,
Dialect: LLVMInlineAsmDialect,
CanThrow: LLVMBool,
) -> LLVMValueRefExpand description
Create the specified uniqued inline asm string.
@see InlineAsm::get()