Function NetUserChangePassword
pub unsafe fn NetUserChangePassword<P0, P1, P2, P3>(
domainname: P0,
username: P1,
oldpassword: P2,
newpassword: P3,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,