Returns an initialized instance of structure of type PV.
PV
pvCreate
// Declare 'p1' as an instance of a 'PV' structure struct PV p1; // Fill in 'p1' with default values p1 = pvCreate();
pv.src