pub type aom_inspect_cb = Option<unsafe extern "C" fn(decoder: *mut c_void, ctx: *mut c_void)>;
pub enum aom_inspect_cb { None, Some(unsafe extern "C" fn(*mut c_void, *mut c_void)), }
No value.
Some value of type T.
T