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