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