pub unsafe extern "system" fn GdipCreatePen1(
    color: u32,
    width: f32,
    unit: Unit,
    pen: *mut *mut GpPen
) -> Status