Function 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.