pub unsafe fn MSChapSrvChangePassword2<P0, P1, P2>(
    servername: P0,
    username: P1,
    newpasswordencryptedwitholdnt: *const SAMPR_ENCRYPTED_USER_PASSWORD,
    oldntowfpasswordencryptedwithnewnt: *const ENCRYPTED_LM_OWF_PASSWORD,
    lmpresent: P2,
    newpasswordencryptedwitholdlm: *const SAMPR_ENCRYPTED_USER_PASSWORD,
    oldlmowfpasswordencryptedwithnewlmornt: *const ENCRYPTED_LM_OWF_PASSWORD
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<BOOLEAN>,