pub type ToLLVMTypeFn = fn(self_ty: Ptr<TypeObj>, _: &mut Context) -> Result<Ptr<TypeObj>>;
A function pointer type for the ToLLVMType interface.