pub unsafe fn SetMonitorDisplayAreaSize<P0>(
    hmonitor: P0,
    stsizetype: MC_SIZE_TYPE,
    dwnewdisplayareawidthorheight: u32
) -> i32
where P0: IntoParam<HANDLE>,