pub unsafe fn PeerGroupCreateInvitation<P0>(
    hgroup: *const c_void,
    pwzidentityinfo: P0,
    pftexpiration: Option<*const FILETIME>,
    proles: Option<&[GUID]>,
) -> Result<PWSTR>
where P0: Param<PCWSTR>,