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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const _cwd_state) -> i32)

Some value of type T.