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

Create record

@param name record name @param data data pointer @note Thread safe. Create and destroy must be executed from the same thread.