[−][src]Type Definition libflac_sys::FLAC__StreamDecoderLengthCallback
type FLAC__StreamDecoderLengthCallback = Option<unsafe extern "C" fn(decoder: *const FLAC__StreamDecoder, stream_length: *mut FLAC__uint64, client_data: *mut c_void) -> FLAC__StreamDecoderLengthStatus>;