pub unsafe fn SetMonitorDisplayAreaPosition<P0>(
    hmonitor: P0,
    ptpositiontype: MC_POSITION_TYPE,
    dwnewposition: u32
) -> i32
where P0: IntoParam<HANDLE>,