[][src]Function ejdb_sys::tctreeputproc

pub unsafe extern "C" fn tctreeputproc(
    tree: *mut TCTREE,
    kbuf: *const c_void,
    ksiz: c_int,
    vbuf: *const c_void,
    vsiz: c_int,
    proc_: TCPDPROC,
    op: *mut c_void
) -> bool