[][src]Function lv2_sys::lv2_dyn_manifest_close

pub unsafe extern "C" fn lv2_dyn_manifest_close(handle: LV2_Dyn_Manifest_Handle)

Function that ends the operations on the dynamic manifest generator.

This function SHOULD be used by the dynamic manifest generator to perform cleanup operations, etc.

Once this function is called, referring to handle will cause undefined behavior.

@param handle Dynamic manifest generator handle.