pub unsafe fn DwmExtendFrameIntoClientArea<P0>(
    hwnd: P0,
    pmarinset: *const MARGINS
) -> Result<()>
where P0: IntoParam<HWND>,