Function Rectangle

Source
pub unsafe extern "C" fn Rectangle(
    hdc: HDC,
    left: c_int,
    top: c_int,
    right: c_int,
    bottom: c_int,
) -> BOOL