Skip to main content

cdio_open_aix

Function cdio_open_aix 

Source
pub unsafe extern "C" fn cdio_open_aix(
    psz_source: *const c_char,
) -> *mut CdIo_t
Expand description

Set up CD-ROM for reading using the AIX driver. The device_name is the some sort of device name.

@return the cdio object for subsequent operations. \p NULL on error or there is no AIX driver.

@see cdio_open()