pub type Method = *mut objc_method;
A mutable pointer to a method.
Type alias provided for convenience.