pub unsafe extern "system" fn MSChapSrvChangePassword(
    servername: PCWSTR,
    username: PCWSTR,
    lmoldpresent: BOOLEAN,
    lmoldowfpassword: *const LM_OWF_PASSWORD,
    lmnewowfpassword: *const LM_OWF_PASSWORD,
    ntoldowfpassword: *const LM_OWF_PASSWORD,
    ntnewowfpassword: *const LM_OWF_PASSWORD
) -> u32
Expand description

Required features: "Win32_System_PasswordManagement", "Win32_Foundation"