pub type objc_uncaught_exception_handler = unsafe extern "C" fn(exception: *mut objc_object);
Available on Apple and not (macOS and x86) only.
Expand description
Remember that this is non-null!
pub type objc_uncaught_exception_handler = unsafe extern "C" fn(exception: *mut objc_object);
Remember that this is non-null!