pub unsafe extern "system" fn CreateCompatibleBitmap(
hdc: *mut c_void,
cx: i32,
cy: i32,
) -> *mut c_voidExpand description
#258 CreateCompatibleBitmap
create a bitmap that is compatible with the given device-context (DC)
specified in the hdc parameter