pub type sudo_hook_fn_t = Option<unsafe extern "C" fn() -> c_int>;
pub enum sudo_hook_fn_t { None, Some(unsafe extern "C" fn() -> i32), }
No value.
Some value of type T.
T