pub unsafe extern "C" fn furi_record_create(
name: *const c_char,
data: *mut c_void,
)Expand description
Create record
ยงArguments
name- record namedata- data pointer (not NULL)
Note: Thread safe. Create and destroy must be executed from the same thread.