Function objc_sys::objc_setEnumerationMutationHandler

source ยท
pub unsafe extern "C" fn objc_setEnumerationMutationHandler(
    handler: Option<unsafe extern "C" fn(obj: *mut objc_object)>
)
Available on Apple or crate feature unstable-objfw only.