pub trait LLVMCustomTypeFn<'a>: for<'c> Fn(TypingSession<'c, 'a>, &CustomType) -> Result<BasicTypeEnum<'c>> + 'a { }