[][src]Type Definition lv2_sys::LV2_Handle

type LV2_Handle = *mut c_void;

Plugin Instance Handle.

This is a handle for one particular instance of a plugin. It is valid to compare to NULL (or 0 for C++) but otherwise the host MUST NOT attempt to interpret it.