pub unsafe extern "C" fn iplSourceCreate(
simulator: IPLSimulator,
settings: *mut IPLSourceSettings,
source: *mut IPLSource,
) -> IPLerrorExpand description
Creates a simulation source.
\param simulator The simulator with which this source will be used. \param settings The settings to use for creating the source. \param source [out] The created source.
\return Status code indicating whether or not the operation succeeded.