pub unsafe extern "C" fn LLVMGetInlineAsmConstraintString(
    InlineAsmVal: LLVMValueRef,
    Len: *mut size_t
) -> *const c_char
Expand description

Get the raw constraint string for an inline assembly snippet.