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