[][src]Function tinycdb_sys::cdb_make_put

pub unsafe extern "C" fn cdb_make_put(
    cdbmp: *mut cdb_make,
    key: *const c_void,
    klen: c_uint,
    val: *const c_void,
    vlen: c_uint,
    mode: CdbPutMode
) -> c_int