pub type FLAC__StreamDecoderErrorCallback = Option<unsafe extern "C" fn(decoder: *const FLAC__StreamDecoder, status: FLAC__StreamDecoderErrorStatus, client_data: *mut c_void)>;Aliased Type§
pub enum FLAC__StreamDecoderErrorCallback {
None,
Some(unsafe extern "C" fn(*const FLAC__StreamDecoder, u32, *mut c_void)),
}