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

Allocate FuriMutex

Returns:

  • pointer to FuriMutex instance

Arguments

  • type - [Direction: In] The mutex type