pub fn init() -> Result<()>
Initialize the NVS subsystem.
Must be called once before any read, write, or erase operations.
read
write
erase
Returns an error if the underlying storage backend fails to initialize.