Type Definition libflac_sys::FLAC__StreamDecoderErrorCallback [−][src]
pub type FLAC__StreamDecoderErrorCallback = Option<unsafe extern "C" fn(decoder: *const FLAC__StreamDecoder, status: FLAC__StreamDecoderErrorStatus, client_data: *mut c_void)>;