Type Alias LIBSSH2_REALLOC_FUNC

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