Function windows::Win32::UI::Controls::CreateMappedBitmap

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