pub fn insert_method<T, F>(cls: &AnyClass, sel: Sel, func: F) -> boolwhere T: Message + ?Sized, F: MethodImplementation<Callee = T>,