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