pub unsafe extern "C" fn FT_Sfnt_Table_Info(
    face: FT_Face,
    table_index: FT_UInt,
    tag: *mut FT_ULong,
    length: *mut FT_ULong
) -> FT_Error