pub unsafe fn GetTitleBarInfo<P0>(
    hwnd: P0,
    pti: *mut TITLEBARINFO
) -> Result<()>
where P0: IntoParam<HWND>,