#[no_mangle]
pub unsafe extern "C" fn dovi_rpu_free_vdr_dm_data(
    ptr: *const VdrDmData
)
Expand description

§Safety

The pointer to the struct must be valid.

Frees the memory used by the VdrDmData struct.