Type Alias phper_sys::verify_path_func
source · pub type verify_path_func = Option<unsafe extern "C" fn(arg1: *const cwd_state) -> c_int>;
Aliased Type§
enum verify_path_func {
None,
Some(unsafe extern "C" fn(_: *const _cwd_state) -> i32),
}