Function dbuf_init2

Source
pub unsafe extern "C" fn dbuf_init2(
    s: *mut DynBuf,
    opaque: *mut c_void,
    realloc_func: DynBufReallocFunc,
)