pub type __io_write_fn = Option<unsafe extern "C" fn(__cookie: *mut c_void, __buf: *const c_char, __n: size_t) -> __ssize_t>;
enum __io_write_fn { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: u64) -> i64), }
No value.
Some value of type T.
T