Type Alias r_efi::system::RuntimeSetVariable

source ยท
pub type RuntimeSetVariable = extern "efiapi" fn(_: *mut Char16, _: *mut Guid, _: u32, _: usize, _: *mut c_void) -> Status;