pub type PQUERYEXTENDEDADDRESS = Option<unsafe extern "system" fn(context: *const c_void, extendedaddress: *mut u64)>;

Aliased Type§

enum PQUERYEXTENDEDADDRESS {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *mut u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *mut u64))

Some value of type T.