pub type fprintf_function = Option<unsafe extern "C" fn(f: *mut FILE, fmt: *const c_char, ...) -> c_int>;
pub enum fprintf_function { None, Some(unsafe extern "C" fn(*mut _IO_FILE, *const i8, ...) -> i32), }
No value.
Some value of type T.
T