PQUERYEXTENDEDADDRESS

Type Alias PQUERYEXTENDEDADDRESS 

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

Aliased Type§

pub 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.