pub unsafe extern "C" fn cdio_cddap_errors(
d: *mut cdrom_drive_t,
) -> *mut c_charExpand description
Returns the current error buffer. Free the returned string using cdio_cddap_free_messages() if not NULL.
pub unsafe extern "C" fn cdio_cddap_errors(
d: *mut cdrom_drive_t,
) -> *mut c_charReturns the current error buffer. Free the returned string using cdio_cddap_free_messages() if not NULL.