pub unsafe fn CreateIconFromResource<P0>(
    presbits: &[u8],
    ficon: P0,
    dwver: u32
) -> Result<HICON>
where P0: IntoParam<BOOL>,