Type Alias objc_sys::objc_exception_matcher
source ยท pub type objc_exception_matcher = unsafe extern "C" fn(catch_type: *mut objc_class, exception: *mut objc_object) -> c_int;
Available on Apple and not (macOS and x86) only.
Expand description
Remember that this is non-null!