//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ffi::*;
use objc2_foundation::*;
use crate::*;
/// A generic handler for callbacks containing a single error parameter.
///
/// See also [Apple's documentation](https://developer.apple.com/documentation/homekit/hmerrorblock?language=objc)
#[cfg(feature = "block2")]
pub type HMErrorBlock = *mut block2::DynBlock<dyn Fn(*mut NSError)>;