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

Notes

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