pub unsafe extern "system" fn CreateBitmap(
nwidth: i32,
nheight: i32,
nplanes: u32,
nbitcount: u32,
lpbits: *const c_void,
) -> *mut c_voidExpand description
#257 CreateBitmap
create a bitmap of a specified format and dimension