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