pub unsafe fn NetUserGetLocalGroups<P0, P1>(
    servername: P0,
    username: P1,
    level: u32,
    flags: u32,
    bufptr: *mut *mut u8,
    prefmaxlen: u32,
    entriesread: *mut u32,
    totalentries: *mut u32,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,