#[no_mangle]
pub unsafe extern "C" fn yarray_unobserve(
    array: *const Branch,
    subscription_id: c_uint
)
Expand description

Releases a callback subscribed via yarray_observe function represented by passed observer parameter.