pub unsafe extern "C" fn cdio_read_audio_sector(
    p_cdio: *const CdIo_t,
    p_buf: *mut c_void,
    i_lsn: lsn_t
) -> driver_return_code_t