pub unsafe fn NetAccessGetUserPerms<P0, P1, P2>(
    servername: P0,
    ugname: P1,
    resource: P2,
    perms: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,