pub unsafe extern "system" fn GdipAddPathString(
    path: *mut GpPath,
    string: PCWSTR,
    length: i32,
    family: *const GpFontFamily,
    style: i32,
    emsize: f32,
    layoutrect: *const RectF,
    format: *const GpStringFormat
) -> Status