pub type SEL = *const objc_selector;
An immutable pointer to a selector.
Type alias provided for convenience. See objc2::runtime::Sel for a higher level binding.
objc2::runtime::Sel