pub unsafe extern "C" fn EOS_Mods_ModInfo_Release(
ModInfo: *mut EOS_Mods_ModInfo,
)Expand description
Release the memory associated with an EOS_Mods_ModInfo structure and its sub-objects. This must be called on data retrieved from EOS_Mods_CopyModInfo.
@param ModInfo the info structure to be release
@see EOS_Mods_ModInfo @see EOS_Mods_CopyModInfo