furi_record_create

Function furi_record_create 

Source
pub unsafe extern "C" fn furi_record_create(
    name: *const c_char,
    data: *mut c_void,
)
Expand description

Create record

ยงArguments

  • name - record name
  • data - data pointer (not NULL)

Note: Thread safe. Create and destroy must be executed from the same thread.