Function MapWindowPoints

Source
pub unsafe extern "C" fn MapWindowPoints(
    hWndFrom: HWND,
    hWndTo: HWND,
    lpPoints: LPPOINT,
    cPoints: UINT,
) -> c_int