Type Definition libssh2_sys::LIBSSH2_ALLOC_FUNC

source ·
pub type LIBSSH2_ALLOC_FUNC = extern "C" fn(_: size_t, _: *mut *mut c_void) -> *mut c_void;