pub unsafe extern "system" fn ExtCreatePen(
    iPenStyle: u32,
    cWidth: u32,
    plbrush: *const LOGBRUSH,
    cStyle: u32,
    pstyle: *const u32
) -> *mut HPEN__