int imageboot_read_file(struct kalloc_heap *kheap, const char *path, void **bufp, size_t *bufszp);
int imageboot_read_file_from_offset(struct kalloc_heap *kheap, const char *path, off_t offset, void **bufp, size_t *bufszp);
int imageboot_read_file(struct kalloc_heap *kheap, const char *path, void **bufp, size_t *bufszp);
int imageboot_read_file_from_offset(struct kalloc_heap *kheap, const char *path, off_t offset, void **bufp, size_t *bufszp);