pub unsafe extern "C" fn es_unsubscribe(
client: *mut es_client_t,
events: *const es_event_type_t,
event_count: u32,
) -> es_return_tAvailable on macOS only.
Expand description
Unsubscribe from some set of events
client: The client that will be unsubscribingevents: Array of es_event_type_t to unsubscribe fromevent_count: Count of es_event_type_t inevents
Events not included in the given events array that were previously subscribed to will
continue to be subscribed to.