pub unsafe fn PeerGraphSetNodeAttributes<P0>(
    hgraph: *const c_void,
    pwzattributes: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,