pub type flash_erase_func = Option<unsafe extern "C" fn(flash: *mut target_flash_s, addr: target_addr_t, len: usize) -> bool>;Aliased Type§
pub enum flash_erase_func {
None,
Some(unsafe extern "C" fn(*mut target_flash, u32, usize) -> bool),
}