Rust-friendly UEFI Runtime Service Wrappers
Provides safe and unsafe easy-to-use wrappers for UEFI runtime services, as well as additional utilities and helper functions.
pub static RUNTIME_SERVICES: StandardRuntimeServices =
StandardRuntimeServices::new(&(*runtime_services_ptr));
let variable_services::VariableInfo = RUNTIME_SERVICES.query_variable_info(attributes);