Type Definition steam_audio::ffi::IPLFreeFunction [] [src]

type IPLFreeFunction = Option<unsafe extern "C" fn(_: *mut IPLvoid) -> IPLvoid>;

Prototype of a callback that frees a block of memory. This is usually specified when using a custom memory allocator with Phonon. The default behavior is to use the OS-dependent aligned version of \c free.

\param memoryBlock Pointer to the block of memory.