Type Alias GET_UPDATED_BUS_RESOURCE
pub type GET_UPDATED_BUS_RESOURCE = Option<unsafe extern "system" fn(context: *const c_void, updatedresourcelist: *mut *mut CM_RESOURCE_LIST, updatedtranslatedresourcelist: *mut *mut CM_RESOURCE_LIST) -> NTSTATUS>;Aliased Type§
pub enum GET_UPDATED_BUS_RESOURCE {
None,
Some(unsafe extern "system" fn(*const c_void, *mut *mut CM_RESOURCE_LIST, *mut *mut CM_RESOURCE_LIST) -> NTSTATUS),
}