pub unsafe extern "C" fn release_mutex(
    valuemutex: *mut ValueMutex,
    value: *const c_void
) -> bool
Expand description

Release mutex after end of work with data. Call release_mutex and pass ValueData instance and pointer to data.