pub unsafe fn CreateIcon<P0>(
    hinstance: P0,
    nwidth: i32,
    nheight: i32,
    cplanes: u8,
    cbitspixel: u8,
    lpbandbits: *const u8,
    lpbxorbits: *const u8
) -> Result<HICON>
where P0: IntoParam<HINSTANCE>,