pub unsafe extern "C" fn ext2fs_write_dir_block2(
    fs: ext2_filsys,
    block: blk_t,
    buf: *mut c_void,
    flags: c_int
) -> errcode_t