Type Definition libflac_sys::FLAC__StreamDecoderTellCallback[][src]

type FLAC__StreamDecoderTellCallback = Option<unsafe extern "C" fn(decoder: *const FLAC__StreamDecoder, absolute_byte_offset: *mut FLAC__uint64, client_data: *mut c_void) -> FLAC__StreamDecoderTellStatus>;