pub type BrowserWorkerListItemCallback = Option<unsafe extern "C" fn(context: *mut c_void, item_path: *mut FuriString, is_folder: bool, is_last: bool)>;Aliased Type§
pub enum BrowserWorkerListItemCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut FuriString, bool, bool)),
}