Type Alias flipperzero_sys::ProtocolGetData

source ·
pub type ProtocolGetData = Option<unsafe extern "C" fn(protocol: *mut c_void) -> *mut u8>;

Aliased Type§

enum ProtocolGetData {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void) -> *mut u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void) -> *mut u8)

Some value of type T.