pub type EspCustomNvsPartition = EspNvsPartition<NvsCustom>;
struct EspCustomNvsPartition(/* private fields */);
source