Type Definition flipperzero_sys::PopupCallback
source · pub type PopupCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
Popup result callback type
Warning!
- comes from GUI thread
pub type PopupCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;Popup result callback type
Warning!