pub unsafe extern "C" fn furi_mutex_get_owner(
    instance: *mut c_void
) -> *mut c_void
Expand description

Get mutex owner thread id

@param instance The pointer to FuriMutex instance

@return The furi thread identifier.