FLAC__StreamDecoderErrorCallback

Type Alias FLAC__StreamDecoderErrorCallback 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const FLAC__StreamDecoder, u32, *mut c_void))

Some value of type T.