pub unsafe extern "C" fn dav1d_data_unref(data: *mut Dav1dData)
Expand description

Free the data reference.

The reference count for data->m.user_data will be decremented (if it has been initialized with dav1d_data_wrap_user_data). The $data object will be memset to 0.

@param data Input context.