pub unsafe extern "C" fn LLVMGetInlineAsmFunctionType(
InlineAsmVal: LLVMValueRef,
) -> LLVMTypeRefExpand description
Get the function type of the inline assembly snippet. The same type that was passed into LLVMGetInlineAsm originally
@see LLVMGetInlineAsm