Function es_release_message

Source
pub unsafe extern "C" fn es_release_message(msg: &es_message_t)
Available on macOS and crate feature macos_11_0_0 only.
Expand description

Releases the given es_message_t that was previously retained with es_retain_message()

  • msg: The message to be released

Available for macos 11+