pub unsafe extern "C" fn FT_Outline_New(
    library: FT_Library,
    numPoints: FT_UInt,
    numContours: FT_Int,
    anoutline: *mut FT_Outline
) -> FT_Error