[][src]Type Definition lv2_sys::LV2_Dyn_Manifest_Handle

type LV2_Dyn_Manifest_Handle = *mut c_void;

Dynamic manifest generator handle.

This handle indicates a particular status of a dynamic manifest generator. The host MUST NOT attempt to interpret it and, unlikely LV2_Handle, it is NOT even valid to compare this to NULL. The dynamic manifest generator MAY use it to reference internal data.