pub unsafe extern "C" fn acquire_mutex(
    valuemutex: *mut ValueMutex,
    timeout: u32
) -> *mut c_void
Expand description

Call for work with data stored in mutex. @return pointer to data if success, NULL otherwise.