fn expand_preparsed_asm(
    ecx: &mut ExtCtxt<'_>,
    args: AsmArgs
) -> ExpandResult<Result<InlineAsm, ErrorGuaranteed>, ()>