pub type verify_path_func = Option<unsafe extern "C" fn(arg1: *const cwd_state) -> c_int>;
pub enum verify_path_func { None, Some(unsafe extern "C" fn(*const _cwd_state) -> i32), }
No value.
Some value of type T.
T