pub trait EncoderOutput { // Required method fn handle(&mut self) -> *mut c_void; }
If a type implements this trait it means it is a valid output buffer for the encoding API.
Get the handle of the output resource.