pub unsafe fn MSChapSrvChangePassword<P0, P1, P2>(
    servername: P0,
    username: P1,
    lmoldpresent: P2,
    lmoldowfpassword: *const LM_OWF_PASSWORD,
    lmnewowfpassword: *const LM_OWF_PASSWORD,
    ntoldowfpassword: *const LM_OWF_PASSWORD,
    ntnewowfpassword: *const LM_OWF_PASSWORD
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<BOOLEAN>,