Docs.rs
libssh2-sys-0.2.5
libssh2-sys 0.2.5
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
alexcrichton
wez
yodaldevoid
crisidev
Dependencies
libc ^0.2
libz-sys >= 0
pkg-config ^0.3
cmake ^0.1.2
openssl-sys ^0.9
Versions
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libssh2_sys
Type Definition
libssh2_sys
::
LIBSSH2_ALLOC_FUNC
[
−
]
[src]
type LIBSSH2_ALLOC_FUNC = extern fn(
size_t
,
*mut
*mut
c_void
) ->
*mut
c_void
;