pub unsafe extern "C" fn mf_classic_dict_add_key_str(
    dict: *mut MfClassicDict,
    key: *mut FuriString
) -> bool
Expand description

Add string representation of the key

@param dict MfClassicDict instance @param[in] key String representation of the key

@return true on success