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

Aliased Type§

enum FLAC__StreamDecoderSeekCallback {
    None,
    Some(unsafe extern "C" fn(_: *const FLAC__StreamDecoder, _: u64, _: *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const FLAC__StreamDecoder, _: u64, _: *mut c_void) -> u32)

Some value of type T.