pub unsafe extern "C" fn projectm_destroy(instance: projectm_handle)Expand description
@brief Destroys the given instance and frees the resources.
After destroying the handle, it must not be used for any other calls to the API.
@param instance A handle returned by projectm_create() or projectm_create_settings().