Type Alias r_efi::system::RuntimeGetVariable

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