[][src]Function rocks_sys::rocks_db_compact_range

pub unsafe extern "C" fn rocks_db_compact_range(
    db: *mut rocks_db_t,
    start_key: *const c_char,
    start_key_len: usize,
    limit_key: *const c_char,
    limit_key_len: usize
)