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

Creates ValueMutex.