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