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