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