pub unsafe extern "C" fn iplSerializedObjectCreate(
    context: IPLContext,
    settings: *mut IPLSerializedObjectSettings,
    serializedObject: *mut IPLSerializedObject
) -> IPLerror
Expand description

Creates a serialized object.

\param context The context used to initialize Steam Audio. \param settings The settings to use when creating the serialized object. \param serializedObject [out] The created serialized object.

\return Status code indicating whether or not the operation succeeded.