Type Alias objc2_metal::MTLDeviceNotificationHandler

source ยท
pub type MTLDeviceNotificationHandler = *mut Block<dyn Fn(NonNull<ProtocolObject<dyn MTLDevice>>, NonNull<MTLDeviceNotificationName>)>;
Available on crate features MTLDevice and block2 only.