pub fn ensure_efi_variable<F>(
runtime_services: &RuntimeServices,
name: &CStr16,
vendor: &VariableVendor,
attributes: VariableAttributes,
get_fallback_value: F,
) -> Result
Expand description
Ensures that an UEFI variable is set or set it with a fallback value computed in a lazy way.