pub unsafe extern "system" fn MapWindowPoints(
hwndfrom: *mut c_void,
hwndto: *mut c_void,
lppoints: *mut POINT,
cpoints: u32,
) -> i32Expand description
#219 MapWindowPoints
maps a point from one window’s coordinate space to another window’s coordinate space