pub unsafe extern "C" fn FT_Get_Track_Kerning(
    face: FT_Face,
    point_size: FT_Fixed,
    degree: FT_Int,
    akerning: *mut FT_Fixed
) -> FT_Error