pub unsafe fn MagGetWindowTransform<P0>(
    hwnd: P0,
    ptransform: *mut MAGTRANSFORM
) -> BOOL
where P0: IntoParam<HWND>,