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