Type Alias r_efi::system::BootLocateDevicePath

source ยท
pub type BootLocateDevicePath = extern "efiapi" fn(_: *mut Guid, _: *mut *mut Protocol, _: *mut Handle) -> Status;