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