pub unsafe fn CreateMappedBitmap<P0>(
    hinstance: P0,
    idbitmap: isize,
    wflags: u32,
    lpcolormap: Option<*const COLORMAP>,
    inummaps: i32
) -> Result<HBITMAP>
where P0: IntoParam<HINSTANCE>,