pub unsafe fn NetGroupDelUser<P0, P1, P2>(
    servername: P0,
    groupname: P1,
    username: P2
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,