[][src]Type Definition uefi_ffi::EFI_LOCATE_HANDLE

type EFI_LOCATE_HANDLE = Option<unsafe extern "C" fn(SearchType: EFI_LOCATE_SEARCH_TYPE, Protocol: *mut EFI_GUID, SearchKey: *mut u8, BufferSize: *mut usize, Buffer: *mut EFI_HANDLE) -> EFI_STATUS>;