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