pub type init_fn_t = Option<unsafe extern "C" fn(_: *mut netif) -> i8>;
enum init_fn_t { None, Some(unsafe extern "C" fn(_: *mut netif) -> i8), }
No value.
Some value of type T.
T