pub unsafe extern "C" fn EOS_ActiveSession_Info_Release(
ActiveSessionInfo: *mut EOS_ActiveSession_Info,
)Expand description
Release the memory associated with an EOS_ActiveSession_Info structure. This must be called on data retrieved from EOS_ActiveSession_CopyInfo.
@param ActiveSessionInfo - The active session structure to be released
@see EOS_ActiveSession_Info @see EOS_ActiveSession_CopyInfo