pub unsafe extern "C" fn ssh_get_publickey_hash(
    key: ssh_key,
    type_: ssh_publickey_hash_type,
    hash: *mut *mut c_uchar,
    hlen: *mut usize
) -> c_int