pub unsafe fn PeerGroupEnumMembers<P0>(
    hgroup: *const c_void,
    dwflags: u32,
    pwzidentity: P0,
    phpeerenum: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>,