pub unsafe fn GetPropA<P0, P1>(hwnd: P0, lpstring: P1) -> HANDLE
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>,