pub type ElectricPotential<T = f64> = Quantity<T, _ElectricPotential>;
pub struct ElectricPotential<T = f64>(/* private fields */);