pub unsafe extern "C" fn ext2fs_get_inode_bitmap_range(
    bmap: ext2fs_inode_bitmap,
    start: ext2_ino_t,
    num: c_uint,
    out: *mut c_void
) -> errcode_t