pub type SubGhzSetAsyncMirrorPin = Option<unsafe extern "C" fn(gpio: *const GpioPin)>;
enum SubGhzSetAsyncMirrorPin { None, Some(unsafe extern "C" fn(_: *const GpioPin)), }
No value.
Some value of type T.
T