crate::ix!();
//-------------------------------------------[.cpp/bitcoin/src/qt/macos_appnap.h]
pub type AppNapImpl = Broken;
pub struct AppNapInhibitor {
impl_: Box<AppNapImpl>,
}
impl AppNapInhibitor {
pub fn new() -> Self {
todo!();
/*
*/
}
pub fn disable_app_nap(&mut self) {
todo!();
/*
*/
}
pub fn enable_app_nap(&mut self) {
todo!();
/*
*/
}
}