Function yrs::ysticky_index_encode

source ·
#[no_mangle]
pub unsafe extern "C" fn ysticky_index_encode(
    pos: *const YStickyIndex,
    len: *mut u32
) -> *mut c_char
Expand description

Serializes YStickyIndex into binary representation. len parameter is updated with byte length of the generated binary. Returned binary can be free’d using ybinary_destroy.