pub type SkCodecs_IsFormatCallback = Option<unsafe extern "C" fn(data: *const c_void, len: usize) -> bool>;
pub enum SkCodecs_IsFormatCallback { None, Some(unsafe extern "C" fn(*const c_void, usize) -> bool), }
No value.
Some value of type T.
T