[][src]Type Definition zydis::formatter::WrappedGeneralFunc

type WrappedGeneralFunc = dyn Fn(&Formatter, &mut FormatterBuffer, &mut FormatterContext, Option<&mut dyn Any>) -> Result<()>;