pub unsafe fn SHObjectProperties<P0, P1, P2>(
    hwnd: P0,
    shopobjecttype: SHOP_TYPE,
    pszobjectname: P1,
    pszpropertypage: P2
) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,