Function windows_sys::Win32::Graphics::Gdi::IntersectRect

pub unsafe extern "system" fn IntersectRect(
    lprcdst: *mut RECT,
    lprcsrc1: *const RECT,
    lprcsrc2: *const RECT,
) -> BOOL