pub unsafe extern "C" fn ext2fs_get_block_bitmap_range(
    bmap: ext2fs_block_bitmap,
    start: blk_t,
    num: c_uint,
    out: *mut c_void
) -> errcode_t