pub unsafe extern "system" fn CreatePen(
    iStyle: i32,
    cWidth: i32,
    color: u32
) -> *mut HPEN__