pub type __io_close_fn = Option<unsafe extern "C" fn(__cookie: *mut c_void) -> c_int>;
enum __io_close_fn { None, Some(unsafe extern "C" fn(_: *mut c_void) -> i32), }
No value.
Some value of type T.
T