FLAC__IOHandle

Type Alias FLAC__IOHandle 

Source
pub type FLAC__IOHandle = *mut c_void;
Expand description

This is the opaque handle type used by the callbacks. Typically this is a \c FILE* or address of a file descriptor.