pub type ssh_thread_id_callback = Option<unsafe extern "C" fn() -> c_ulong>;

Aliased Type§

enum ssh_thread_id_callback {
    None,
    Some(unsafe extern "C" fn() -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> u64)

Some value of type T.