pub type FLAC__StreamEncoderTellCallback = Option<unsafe extern "C" fn(encoder: *const FLAC__StreamEncoder, absolute_byte_offset: *mut FLAC__uint64, client_data: *mut c_void) -> FLAC__StreamEncoderTellStatus>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.