pub type SDEV_IDENTIFIER_INTERFACE = _SDEV_IDENTIFIER_INTERFACE;Aliased Type§
#[repr(C)]pub struct SDEV_IDENTIFIER_INTERFACE {
pub InterfaceHeader: _INTERFACE,
pub GetIdentifier: Option<unsafe extern "C" fn(*mut c_void) -> u64>,
}Fields§
§InterfaceHeader: _INTERFACE§GetIdentifier: Option<unsafe extern "C" fn(*mut c_void) -> u64>