pub unsafe extern "C" fn ext2fs_write_inode(
    fs: ext2_filsys,
    ino: ext2_ino_t,
    inode: *mut ext2_inode
) -> errcode_t