pub unsafe extern "system" fn CreateIcon(
    hInstance: *mut HINSTANCE__,
    nWidth: i32,
    nHeight: i32,
    cPlanes: u8,
    cBitsPixel: u8,
    lpbANDbits: *const u8,
    lpbXORbits: *const u8
) -> *mut HICON__