[][src]Function rocks_sys::rocks_writebatch_put

pub unsafe extern "C" fn rocks_writebatch_put(
    b: *mut rocks_writebatch_t,
    key: *const c_char,
    klen: usize,
    val: *const c_char,
    vlen: usize
)