Type Definition flipperzero_sys::ViewCallback

source ·
pub type ViewCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;
Expand description

Re-export bindings View callback @param context, pointer to context @warning called from GUI thread