Function LLVMRustInlineAsmVerify

Source
pub(crate) unsafe extern "C" fn LLVMRustInlineAsmVerify(
    Ty: &Type,
    Constraints: *const c_char,
    ConstraintsLen: size_t,
) -> bool