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