[][src]Function ejdb_sys::tcndbputproc

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