Type Alias libssh2_sys::LIBSSH2_ALLOC_FUNC
source ยท pub type LIBSSH2_ALLOC_FUNC = extern "C" fn(_: size_t, _: *mut *mut c_void) -> *mut c_void;
pub type LIBSSH2_ALLOC_FUNC = extern "C" fn(_: size_t, _: *mut *mut c_void) -> *mut c_void;