Function steam_audio::ffi::iplDestroyContext [] [src]

pub unsafe extern "C" fn iplDestroyContext(context: *mut IPLhandle) -> IPLvoid

Destroys a Context object. If any other API objects are still referencing the Context object, it will not be destroyed; destruction occurs when the Context object's reference count reaches zero.

\param context [in, out] Address of a handle to the Context object to destroy.