Type Alias LIBSSH2_ALLOC_FUNC

Source
pub type LIBSSH2_ALLOC_FUNC = extern "C" fn(size_t, *mut *mut c_void) -> *mut c_void;