pub unsafe extern "C" fn furi_mutex_alloc(
    type_: FuriMutexType
) -> *mut FuriMutex
Expand description

Allocate FuriMutex

@param[in] type The mutex type

@return pointer to FuriMutex instance