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