pub unsafe extern "system" fn MapWindowPoints(
    hwndfrom: HWND,
    hwndto: HWND,
    lppoints: *mut POINT,
    cpoints: u32
) -> i32
Expand description

Required features: "Win32_Foundation"