pub type flash_done_func = Option<unsafe extern "C" fn(flash: *mut target_flash_s) -> bool>;
pub enum flash_done_func { None, Some(unsafe extern "C" fn(*mut target_flash) -> bool), }
No value.
Some value of type T.
T