pub unsafe fn NetLocalGroupAddMember<P0, P1, P2>(
    servername: P0,
    groupname: P1,
    membersid: P2,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PSID>,