pub unsafe extern "C" fn EOS_Ecom_Entitlement_Release(
Entitlement: *mut EOS_Ecom_Entitlement,
)Expand description
Release the memory associated with an EOS_Ecom_Entitlement structure. This must be called on data retrieved from EOS_Ecom_CopyEntitlementByIndex and EOS_Ecom_CopyEntitlementById.
@param Entitlement - The entitlement structure to be released
@see EOS_Ecom_Entitlement @see EOS_Ecom_CopyEntitlementByIndex @see EOS_Ecom_CopyEntitlementById